Skip to content

Commit df9a0dd

Browse files
committed
Fix old references
1 parent 98ca8fd commit df9a0dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/action-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'javascript-lib-static-analysis / format'
1+
name: 'static-analysis / format'
22

33
on:
44
issue_comment:

.github/workflows/ci.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This workflow will do a clean install of node dependencies and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: static-analysis / master
4+
name: static-analysis / main
55

66
on:
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
precheck:

0 commit comments

Comments
 (0)