Skip to content

Commit

Permalink
Enable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Mar 30, 2022
1 parent 1fed103 commit 818f127
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -11,11 +11,11 @@ on:
workflow_dispatch:
inputs:
full:
description: 'Full run (regardless of changes)'
description: "Full run (regardless of changes)"
default: false
type: boolean
lint-only:
description: 'Skip pytest'
description: "Skip pytest"
default: false
type: boolean

Expand Down Expand Up @@ -435,6 +435,11 @@ jobs:
. venv/bin/activate
pre-commit run --hook-stage manual check-json --all-files
- name: Run prettier
run: |
. venv/bin/activate
pre-commit run --hook-stage manual prettier --all-files
- name: Register check executables problem matcher
run: |
echo "::add-matcher::.github/workflows/matchers/check-executables-have-shebangs.json"
Expand Down

0 comments on commit 818f127

Please sign in to comment.