Skip to content

add new and sort alphabetically #56

add new and sort alphabetically

add new and sort alphabetically #56

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Run CI pipeline
run: make ci