Skip to content

Bump @docker/actions-toolkit from 0.12.0 to 0.13.0 #377

Bump @docker/actions-toolkit from 0.12.0 to 0.13.0

Bump @docker/actions-toolkit from 0.12.0 to 0.13.0 #377

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint