Skip to content

Added CST/AST tests and relocated e2e ast tests #15

Added CST/AST tests and relocated e2e ast tests

Added CST/AST tests and relocated e2e ast tests #15

Workflow file for this run

on:
pull_request:
branches:
- master
- dev
name: Rustfmt Check
jobs:
# Check formatting with rustfmt
rustfmt:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Ensure rustfmt is installed and setup problem matcher
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1