Merge pull request #5852 from perlpunk/simulate-good-load #7481
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 |