Skip to content

Merge branch 'master' into rise-hubblenet #1

Merge branch 'master' into rise-hubblenet

Merge branch 'master' into rise-hubblenet #1

name: Run prettier write
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v2
- uses: actions/cache@v2
name: Configure npm caching
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }}
restore-keys: |
${{ runner.os }}-npm-
- name: Run prettier
run: |-
npx prettier --write '_data/*/*.json'
- uses: stefanzweifel/git-auto-commit-action@v5
name: commit

Check failure on line 23 in .github/workflows/prettier_write.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prettier_write.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
with:
commit_message: Formatting files
status_options: '--untracked-files=no'
skip_dirty_check: true
skip_fetch: true
skip_checkout: true