Skip to content

Commit

Permalink
Merge pull request #14 from TailUFPB/develop
Browse files Browse the repository at this point in the history
test: testing workflow
  • Loading branch information
tahaluh authored Mar 28, 2024
2 parents a87a6e4 + ebde421 commit 0ba2e77
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rules": {
"@typescript-eslint/no-unused-vars": "off" // Desativa a regra globalmente
//
}
}
2 changes: 0 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CI
on:
push:
branches: ["develop"]
pull_request:
types: [opened, synchronize]

# Prevent duplicate workflows from running
concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CI
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]

# Prevent duplicate workflows from running
concurrency:
Expand Down

0 comments on commit 0ba2e77

Please sign in to comment.