Skip to content

New BS.2076-3 features (tagList, profileList). #283

New BS.2076-3 features (tagList, profileList).

New BS.2076-3 features (tagList, profileList). #283

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