Skip to content

chore: add sources endpoint, filters and sort #31

chore: add sources endpoint, filters and sort

chore: add sources endpoint, filters and sort #31

Workflow file for this run

on:
push:
branches:
- "*"
name: Push
permissions:
contents: read
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}