Merge pull request #31 from jasonkarns/linting #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Main-Master | |
on: | |
push: { branches: main } | |
workflow_dispatch: | |
permissions: { contents: read } | |
# One-time commands for users to switch-over: | |
# | |
# ```console | |
# git branch -m master main | |
# git fetch origin | |
# git branch -u origin/main main | |
# git remote set-head origin -a | |
# ``` | |
jobs: | |
sync: | |
permissions: { contents: write } | |
uses: nodenv/.github/.github/workflows/sync-main-master.yml@v2 |