Skip to content

Merge pull request #3 from mijho/feat/url-normalization #11

Merge pull request #3 from mijho/feat/url-normalization

Merge pull request #3 from mijho/feat/url-normalization #11

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: fmt
run: make fmt-check
- name: lint
run: make lint-check
- name: Run tests
run: make test