Skip to content

Commit 52508f5

Browse files
authored
Merge pull request #57 from clickbar/ci-checkstyling-on-prs
2 parents 62cbce8 + c0c004c commit 52508f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/check-styling.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Check styling
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
6+
branches: [main]
47

58
permissions:
69
contents: read
710

811
jobs:
9-
fix-styling:
12+
check-styling:
1013
runs-on: ubuntu-latest
1114

1215
steps:

0 commit comments

Comments
 (0)