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 8d07737 commit 5e72d0fCopy full SHA for 5e72d0f
.github/workflows/lint.yml
@@ -1,6 +1,11 @@
1
name: Lint
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - '**'
7
+ - '!dependabot/**'
8
+ pull_request:
9
10
permissions: # added using https://github.com/step-security/secure-workflows
11
contents: read
.github/workflows/test.yml
name: Test
0 commit comments