We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397aea1 commit fdbe4d8Copy full SHA for fdbe4d8
.github/workflows/format.yaml
@@ -1,6 +1,11 @@
1
name: format
2
3
on:
4
+ push:
5
+ branches:
6
+ - "ci"
7
+ tags:
8
+ - "v*"
9
pull_request:
10
branches:
11
- "ci"
.github/workflows/lint.yaml
name: lint
0 commit comments