Skip to content

chore(deps): update wangyoucao577/go-release-action action to v1.40 - autoclosed #243

chore(deps): update wangyoucao577/go-release-action action to v1.40 - autoclosed

chore(deps): update wangyoucao577/go-release-action action to v1.40 - autoclosed #243

Workflow file for this run

name: Formatting
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.md'
- '**.yml'
- '**.yaml'
- '**.js'
- '**.json'
- '**.ts'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run prettier-check