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

Commit

Permalink
ci: Refatora o CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dannevesdantas committed Mar 18, 2024
1 parent b247d07 commit 1858020
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/sonarcloud.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint
18 changes: 0 additions & 18 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit 1858020

Please sign in to comment.