Skip to content

Commit 12dc7fc

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents a5c0446 + a8e4ee1 commit 12dc7fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ on:
44
push:
55
pull_request:
66
workflow_dispatch:
7-
inputs:
8-
ref:
9-
description: 'Branch or tag to lint'
10-
required: false
11-
default: ''
12-
type: string
137

148
jobs:
159
lint:
@@ -21,7 +15,6 @@ jobs:
2115
- uses: actions/checkout@v4
2216
with:
2317
fetch-depth: 0
24-
ref: ${{ github.event.inputs.ref || github.ref }}
2518

2619
- name: Set up Python 3.10
2720
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)