Skip to content

Move towards 'docker login' (#1) #4

Move towards 'docker login' (#1)

Move towards 'docker login' (#1) #4

Workflow file for this run

name: lint
on: push
jobs:
update:
runs-on: ubuntu-22.04
name: Node 20
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint