Skip to content

Bump piped from 5d4ef31 to c7e54fb #1416

Bump piped from 5d4ef31 to c7e54fb

Bump piped from 5d4ef31 to c7e54fb #1416

Workflow file for this run

name: Reformat PR code
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
jobs:
reformat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
submodules: "true"
- name: Install Python
uses: ./.github/actions/setup-py
- name: Reformat
run: nox -s reformat bot-package-diff
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: gogo.patch
path: gogo.patch
- name: Check diff file
run: nox -s is-diff-file-empty