Skip to content

More documentation and traits for Locale #18

More documentation and traits for Locale

More documentation and traits for Locale #18

Workflow file for this run

name: PR
on:
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
cargo-test-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
with:
lfs: true
- uses: Swatinem/rust-cache@v1
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
- name: rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -p generate-api -- --check
- name: clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings