Skip to content

Bump piped from 2aacb89 to 0dc5c2d #530

Bump piped from 2aacb89 to 0dc5c2d

Bump piped from 2aacb89 to 0dc5c2d #530

Workflow file for this run

name: Resync piped
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
paths: ["piped", "piped.toml", "pyproject.toml"]
jobs:
resync-piped:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
submodules: "true"
- name: Set up Python 3.9
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"
- name: install prerequisites
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r ./piped/python/base-requirements/nox.txt
- name: Resync Piped
run: python -m nox -s copy-piped bot-package-diff
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
with:
name: gogo.patch
path: gogo.patch
- name: Check diff file
run: python -m nox -s is-diff-file-empty