Merge pull request #5993 from asdil12/r1 #8082
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: check-containers | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
static-check-containers: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Test our container definitions | |
run: make test-check-containers |