Skip to content

Commit

Permalink
fix: make old checks pass until de-activation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Apr 5, 2022
1 parent a09339f commit 3e73c88
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,22 @@ on:

jobs:

js_checks:
name: JS lint & build
# those are just until we de-activate their mandatory
gulp:
name: Gulp
runs-on: ubuntu-latest
steps:
- name: just finish
run: exit 0
dev:
name: Dev
runs-on: ubuntu-latest
steps:
- name: just finish
run: exit 0

lint:
name: NPM lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +36,7 @@ jobs:
run: make front_lint

test:
name: Perl unit tests and checks
name: Perl unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3e73c88

Please sign in to comment.