Skip to content

feat: Add asdf to base image and use it to install Node.js #32

feat: Add asdf to base image and use it to install Node.js

feat: Add asdf to base image and use it to install Node.js #32

Workflow file for this run

name: ✨ lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on:
- ubuntu-latest
steps:
- name: 💻 Check out current project revision
uses: actions/checkout@v4
- name: 🌷 Run hadolinter
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile