fixup! Add YAPF and linting docs #3
This file contains hidden or 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: Docker | |
on: | |
push: | |
branches: | |
- master | |
- mom/dev | |
# Run tests for any PRs. | |
pull_request: | |
branches: | |
- master | |
- mom/dev | |
env: | |
IMAGE_NAME: eac | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v5 | |
- name: Run tests | |
run: | | |
docker build . --file Dockerfile |