Skip to content

Commit ce2b8b6

Browse files
fix github lint
1 parent a019157 commit ce2b8b6

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/linter.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
name: Linton
1+
name: Lint
22

33
on:
44
push:
5-
branches:
6-
- main # Specify the branches to listen to for pushes
5+
branches: ["master"]
6+
# Publish semver tags as releases.
7+
tags: ["v*.*.*"]
78
pull_request:
8-
branches:
9-
- main # This allows the workflow to trigger on pull requests to the specified branch
10-
11-
permissions: {}
9+
branches: ["master"]
1210

1311
jobs:
1412
build:
1513
name: Lint
1614
runs-on: ubuntu-latest
17-
permissions:
18-
contents: read
19-
packages: read
20-
statuses: write
2115

2216
steps:
2317
- name: Checkout code

0 commit comments

Comments
 (0)