diff options
author | Ben V. Brown <[email protected]> | 2021-03-21 20:53:39 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2021-03-21 20:53:39 +1100 |
commit | c2e4ee6e51a05287e40730b1ebabdb17b334121d (patch) | |
tree | 806d3fbbfd2b04c7eb80cf9492d3cc9e92d19f5c /.github | |
parent | fd504fa30aa1dbbc579c3333f5304997d485ddb5 (diff) | |
download | IronOS-c2e4ee6e51a05287e40730b1ebabdb17b334121d.tar.gz IronOS-c2e4ee6e51a05287e40730b1ebabdb17b334121d.zip |
Update push.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6d2a309e..1012fc65 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -49,14 +49,14 @@ jobs: tests: runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 + steps: + - uses: actions/checkout@v2 - - name: Setup - run: sudo apt-get update && sudo apt-get install -y python3 + - name: Setup + run: sudo apt-get update && sudo apt-get install -y python3 - - name: Run python tests - run: cd Translations && ./make_translation_test.py + - name: Run python tests + run: cd Translations && ./make_translation_test.py check_formatting: runs-on: ubuntu-20.04 |