Skip to content

build(deps): bump syn from 2.0.117 to 2.0.118 #327

build(deps): bump syn from 2.0.117 to 2.0.118

build(deps): bump syn from 2.0.117 to 2.0.118 #327

Workflow file for this run

---
name: ci
on:
push:
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- name: checkout sources
uses: actions/checkout@v6
- name: run cargo fmt
run: |
cargo fmt --all -- --check
- name: run cargo clippy
run: |
cargo clippy -- -D warnings
- run: |
cargo test