We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a904c4 commit a23e5a2Copy full SHA for a23e5a2
.github/workflows/client_tests.yml
@@ -10,5 +10,7 @@ jobs:
10
uses: actions/checkout@v2
11
- name: Install dependencies
12
run: npm install
13
+ working-directory: ./client
14
- name: Run linting
15
run: npm run lint
16
0 commit comments