Skip to content

readmeにhomebrewでのインストールを追加 #27

readmeにhomebrewでのインストールを追加

readmeにhomebrewでのインストールを追加 #27

Workflow file for this run

---
name: format-json-yml
on:
pull_request:
types:
- opened
- synchronize
- reopened
- closed
merge_group:
permissions:
contents: write
pull-requests: write
jobs:
format-json-yml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
token: ${{secrets.CREATE_WORKFLOW_CI_TOKEN}}
- uses: dev-hato/actions-format-json-yml@3e0acb9390a9be4d4007312e4a7cbda3543a3f29 # v0.0.55
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true