Skip to content

Commit

Permalink
Improve github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scony committed Jun 24, 2023
1 parent 7fc326c commit 7a3b54e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ on:
branches: [ "main" ]

jobs:
build:

static-checks:
name: 'Static checks'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.x
- run: |
- run: |
python -m pip install gdtoolkit
- name: Static checks
- run: |
gdformat --check source/
gdlint source/

0 comments on commit 7a3b54e

Please sign in to comment.