We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bb719 commit c8743ceCopy full SHA for c8743ce
.github/workflows/pr-tests.yml
@@ -1,7 +1,7 @@
1
name: PR Tests
2
3
on:
4
- pull_request_target:
+ pull_request:
5
branches: [ "main" ]
6
paths:
7
- .github/workflows/**
@@ -12,7 +12,7 @@ on:
12
permissions:
13
id-token: write # This is required for requesting the JWT
14
contents: read # This is required for actions/checkout
15
- pull-requests: write
+ pull-requests: write
16
actions: write
17
18
env:
@@ -54,7 +54,7 @@ jobs:
54
pip install -r requirements.txt
55
pip install ruff
56
pip install pytest pytest-cov
57
-
+
58
- name: Lint with Ruff
59
run: |
60
ruff check --output-format=github .
0 commit comments