Skip to content

Commit

Permalink
testo3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyMrtnzP committed Dec 16, 2024
1 parent 7b29e66 commit a8c0081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [pull_request]

jobs:
lint:
uses: ./.github/workflows/lint.yml@main
uses: lint.yml@main

codeql:
uses: ./.github/workflows/codeql-analysis.yml@main
uses: codeql-analysis.yml@main

automerge:
needs: [lint, codeql]
uses: ./.github/workflows/merge-dependabot.yml@main
uses: merge-dependabot.yml@main

0 comments on commit a8c0081

Please sign in to comment.