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

Commit

Permalink
actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phamleduy04 committed Aug 10, 2024
1 parent f6ea9ae commit f8886f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
push:
branches:
- "*"
pull_request:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm install
- run: npm run eslint
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sonar.projectKey=phamleduy04_texas-dps-scheduler_b3fbdf43-d41e-4b47-b2c2-5697eaa25892
sonar.projectKey=phamleduy04_texas-dps-scheduler_9ec9d375-c9c1-4523-950d-ae1844d87e96

0 comments on commit f8886f3

Please sign in to comment.