Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladopajic committed Feb 16, 2025
1 parent 5863718 commit db6ccb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: lint
on: [push]
on:
- push
- pull_request_target
jobs:
lint:
name: lint
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: test
on: [push]
on:
- push
- pull_request_target
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit db6ccb7

Please sign in to comment.