Skip to content

fixup! Add YAPF and linting docs #3

fixup! Add YAPF and linting docs

fixup! Add YAPF and linting docs #3

Workflow file for this run

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