Skip to content

feat: add CLIC theme #8

feat: add CLIC theme

feat: add CLIC theme #8

Workflow file for this run

name: API Checks
on:
pull_request:
push:
branches:
- main
# Fail on warnings
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: api
steps:
- uses: actions/checkout@v3
- run: cargo clippy