Skip to content

refactor(ssg): ✨ new async functions and renaming #548

refactor(ssg): ✨ new async functions and renaming

refactor(ssg): ✨ new async functions and renaming #548

Workflow file for this run

name: 🧪 Lint
on:
push:
branches:
- feat/ssg
pull_request:
branches:
- feat/ssg
release:
types: [created]
jobs:
all:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@v4
- name: Check lints
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings