Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 13, 2023
1 parent c9e879b commit 32549e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/pre-commit-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ files=("$@")
files=("${files[@]/#/../}") # add ../ to each element

#yarn run eslint "${files[@]}"
yarn eslint -c ./.eslintrc.js "${files[@]}"
yarn run unicorn "${files[@]}"
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: ./.github/actions/dev-env-setup
- run: yarn install --frozen-lockfile
working-directory: ./client
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
install-server-dev-tools:
runs-on: ubuntu-latest
steps:
Expand All @@ -26,6 +28,7 @@ jobs:
python-version: "3.9.16"
- name: Install Poetry
uses: snok/install-poetry@v1
working-directory: ./bc_obps
- name: Install Poetry dependencies
run: poetry install
working-directory: ./bc_obps
Expand Down

0 comments on commit 32549e4

Please sign in to comment.