Skip to content

Commit 4bd15da

Browse files
fixed issed in yaml
1 parent b2ec7f3 commit 4bd15da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pylint.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Pylint
22

3-
on:
3+
on:
44
push:
5-
branches:
6-
- 'master'
5+
branches:
6+
- 'master'
77
pull_request:
8-
branches:
9-
- 'master'
8+
branches:
9+
- 'master'
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)