summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2021-03-21 20:53:39 +1100
committerBen V. Brown <[email protected]>2021-03-21 20:53:39 +1100
commitc2e4ee6e51a05287e40730b1ebabdb17b334121d (patch)
tree806d3fbbfd2b04c7eb80cf9492d3cc9e92d19f5c /.github
parentfd504fa30aa1dbbc579c3333f5304997d485ddb5 (diff)
downloadIronOS-c2e4ee6e51a05287e40730b1ebabdb17b334121d.tar.gz
IronOS-c2e4ee6e51a05287e40730b1ebabdb17b334121d.zip
Update push.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml12
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