Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Apr 12, 2024
1 parent 5fdf1a3 commit 1f712c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_cpp
working-directory: ./tictactoe_javascript
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -25,6 +25,7 @@ jobs:
- name: Install eslint
run: |
npm i eslint --save-dev
npm init @eslint/config
npm install --save-dev eslint eslint-config-google
npm install eslint @babel/core @babel/eslint-parser --save-dev
npm install --save-dev eslint-config-prettier
Expand Down

0 comments on commit 1f712c9

Please sign in to comment.