Merge pull request #6023 from r-richardson/liveview_loading_animation… #8321
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 |