1
0
mirror of synced 2024-11-23 23:21:03 +01:00

Fix action when PR send (#83)

This commit is contained in:
Ftps 2023-04-17 11:49:57 +09:00 committed by GitHub
parent 0719b4aa5e
commit bfe974ea9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,21 @@ name: pull format
on: [pull_request]
permissions:
contents: write
jobs:
pull_format:
permissions:
actions: write
checks: write
contents: write
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: checkout
continue-on-error: true
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with: