Skip to content

Commit 580b385

Browse files
committed
chore: lint d2-style apply
1 parent 0ef277d commit 580b385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dhis2-verify-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ name: 'dhis2: verify (app)'
1111
# 'jobs.release.steps.*.build-dir'
1212

1313
on:
14-
push:
15-
pull_request:
16-
types: [labeled]
14+
push:
15+
pull_request:
16+
types: [labeled]
1717

1818
concurrency:
1919
group: ${{ github.workflow}}-${{ github.ref }}
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
node cypress/support/generateTestMatrix.js > matrix.json
3939
echo "::set-output name=specs::$(cat matrix.json)"
40-
40+
4141
build:
4242
runs-on: ubuntu-latest
4343
steps:

0 commit comments

Comments
 (0)