Skip to content

Bump @docker/actions-toolkit from 0.16.0 to 0.16.1 (#251) #645

Bump @docker/actions-toolkit from 0.16.0 to 0.16.1 (#251)

Bump @docker/actions-toolkit from 0.16.0 to 0.16.1 (#251) #645

Workflow file for this run

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