Skip to content

fix(deps): update module gopkg.in/yaml.v2 to v3 #27

fix(deps): update module gopkg.in/yaml.v2 to v3

fix(deps): update module gopkg.in/yaml.v2 to v3 #27

name: Does The Container Build?
on:
pull_request:
jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run tests
run: |
docker build . --file Dockerfile