mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-02 19:59:26 +00:00
Run pre-commit in CI
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -11,6 +11,15 @@ on:
|
|||||||
# ... and every night
|
# ... and every night
|
||||||
#- cron: '0 0 * * *'
|
#- cron: '0 0 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: "3.11"
|
||||||
|
cache: pip
|
||||||
|
- uses: pre-commit/action@v3.0.0
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user