Skip to content

Commit

Permalink
Fix old references
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jul 29, 2024
1 parent 98ca8fd commit df9a0dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'javascript-lib-static-analysis / format'
name: 'static-analysis / format'

on:
issue_comment:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.js.yml
Original file line number Diff line number Diff line change
@@ -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

on:
push:
branches: [master]
branches: [main]

jobs:
precheck:
Expand Down

0 comments on commit df9a0dd

Please sign in to comment.