Skip to content

Bump phf from 0.13.1 to 0.14.0 (#346) #802

Bump phf from 0.13.1 to 0.14.0 (#346)

Bump phf from 0.13.1 to 0.14.0 (#346) #802

Workflow file for this run

name: Rust CI
on:
push:
branches:
- main
- Develop
pull_request:
branches:
- main
- Develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Rust
uses: actions/checkout@v7
with:
submodules: recursive
- name: Build
run: cargo build --all --verbose
- name: Test
run: cargo test --verbose
- name: Fmt
run: cargo fmt --all --check
- name: Clippy
run: cargo clippy --verbose --all -- -D warnings