Skip to content

Commit

Permalink
Trying to get this sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Apr 26, 2024
1 parent 20c37f4 commit e294310
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Lint

on: [pull_request, push]
on: pull_request

jobs:
super-lint:
Expand All @@ -13,8 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on PR
ref: ${{ github.event.pull_request.head.sha }}
# Full git history needed to get proper list of changed files
fetch-depth: 0

Expand Down

0 comments on commit e294310

Please sign in to comment.