Merge pull request #5853 from perlpunk/simulate-load #7489
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 |