Skip to content

Commit

Permalink
Merge pull request #45 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Feb 12, 2024
2 parents 65170fd + 13809ce commit c92ecc6
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 149 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: CI

on:
- pull_request
- push
- workflow_dispatch

jobs:
node-ci:
name: Node CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabrielrufino/node-ci@v1
- uses: gabrielrufino/node-ci@v2
with:
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-host-url: ${{ secrets.SONAR_HOST_URL }}
Expand Down
Loading

0 comments on commit c92ecc6

Please sign in to comment.