Skip to content

test - failing diff

test - failing diff #1

Workflow file for this run

name: Check .diff formatting
on: [pull_request]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Check .diff formatting
run: python .github/scripts/check_diffs.py