We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ca8fd commit df9a0ddCopy full SHA for df9a0dd
.github/workflows/action-format.yml
@@ -1,4 +1,4 @@
1
-name: 'javascript-lib-static-analysis / format'
+name: 'static-analysis / format'
2
3
on:
4
issue_comment:
.github/workflows/ci.js.yml
@@ -1,11 +1,11 @@
# This workflow will do a clean install of node dependencies and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
-name: static-analysis / master
+name: static-analysis / main
5
6
7
push:
8
- branches: [master]
+ branches: [main]
9
10
jobs:
11
precheck:
0 commit comments