Skip to content

Merge pull request #5459 from MuteTiefling/develop #182

Merge pull request #5459 from MuteTiefling/develop

Merge pull request #5459 from MuteTiefling/develop #182

Workflow file for this run

name: Prettier
on:
push:
branches:
- 'develop'
- 'prettier-*'
jobs:
job:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: denoland/setup-deno@v1
- run: npx --yes prettier -v
- run: deno run --allow-run .github/actions/ci/prettier.ts
- run: git pull
- run: git push