We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c900b77 commit 9b59d15Copy full SHA for 9b59d15
.github/actions/lint/action.yml
@@ -1,11 +1,10 @@
1
-name: Backend - ESLint
2
-description: Run ESLint for backend
+name: ESLint
+description: Run ESLint
3
runs:
4
using: "composite"
5
steps:
6
- - name: run backend lint
+ - name: run lint
7
shell: bash
8
run: |
9
- cd backend
10
npm ci
11
npm run lint
.github/actions/test/action.yml
@@ -1,9 +1,9 @@
-name: Backend - Functional Tests
-description: Run Functional Tests for backend
+name: Tests
+description: Run Tests
- - name: Run backend functional test
+ - name: Run test
0 commit comments