Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msathieu committed Mar 3, 2024
1 parent c45d2d6 commit 9b23ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Backend
on: [push]
jobs:
lint:
lint-backend:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Frontend
on: [push]
jobs:
lint:
lint-frontend:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
Expand All @@ -14,4 +14,4 @@ jobs:
- name: Lint code
run: cd frontend && npx eslint .
- name: Run TypeScript checks
run: cd frontend && npx tsc --noEmit
run: cd frontend && npx tsc --noEmit

0 comments on commit 9b23ce8

Please sign in to comment.