Skip to content

Commit

Permalink
fix: build yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 21, 2024
1 parent 8fd096c commit a2fae96
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Build
on: [push]
jobs:
python-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install flake8
run: pip install flake8
- name: Run flake8
run: flake8 .

python-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install flake8
run: pip install flake8
- name: Run flake8
run: flake8 .
unit-test:
runs-on: ubuntu-latest
steps:
Expand All @@ -41,3 +41,5 @@ jobs:
app-name: sco115-sse-lab2
deployment-token: ${{ secrets.IMPAAS_DEPLOY_TOKEN }}
method: PLATFORM


0 comments on commit a2fae96

Please sign in to comment.