Skip to content

Use new AST for LCGS and give better errors #64

Use new AST for LCGS and give better errors

Use new AST for LCGS and give better errors #64

Workflow file for this run

on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
name: Security audit
jobs:
security_audit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}