Skip to content

Support 2076-2-style structures in reassignIds #225

Support 2076-2-style structures in reassignIds

Support 2076-2-style structures in reassignIds #225

Workflow file for this run

name: Check Format
on: [workflow_dispatch, pull_request]
jobs:
check_format:
name: Check Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: format code
run: ./format.sh
- name: check diff
run: git diff --color=always --exit-code