Skip to content

Commit

Permalink
🌱 Always lint and verify in GithubActions. (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli authored Oct 15, 2024
1 parent 11b159e commit 2ce0116
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on: # yamllint disable-line rule:truthy
jobs:
pr-lint:
name: "Lint Pull Request"
if: github.event_name != 'pull_request_target'
runs-on: ubuntu-latest
container:
image: ghcr.io/syself/caph-builder:1.0.20
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
pr-verify:
runs-on: ubuntu-latest
name: Verify Pull Request
if: github.event_name != 'pull_request_target'
steps:
- name: Verifier action
id: verifier
Expand Down

0 comments on commit 2ce0116

Please sign in to comment.