Skip to content

Add clang-p3776 fork (#40) #186

Add clang-p3776 fork (#40)

Add clang-p3776 fork (#40) #186

Workflow file for this run

name: CI of the scripts themselves
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- uses: actions/checkout@v4
- name: pre-commit hooks
run: env SKIP=test make pre-commit
- name: tests
run: make test