Skip to content

Comment out check to prevent assertion error, plus add comment #588

Comment out check to prevent assertion error, plus add comment

Comment out check to prevent assertion error, plus add comment #588

Workflow file for this run

name: Check formatting
on:
push:
branches: [ main, 3la-pldi-push-main ]
pull_request:
branches: [ main, 3la-pldi-push-main ]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -- --check