Skip to content

Commit 4e7ddfd

Browse files
committed
DEV: more attempts at linting workflow
1 parent 1ac5828 commit 4e7ddfd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/linters.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Lint code using ruff
22

33
on:
44
push:
5-
pull_request:
65

76
permissions:
87
contents: write
@@ -13,9 +12,6 @@ jobs:
1312
if: github.repository == 'cogent3/citeable'
1413
steps:
1514
- uses: actions/checkout@v6
16-
with:
17-
ref: ${{ github.head_ref || github.ref_name }}
18-
token: ${{ secrets.GITHUB_TOKEN }}
1915

2016
- name: Install uv
2117
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)