Skip to content

feat(init): more work on the site generation, create initial norg doc… #3

feat(init): more work on the site generation, create initial norg doc…

feat(init): more work on the site generation, create initial norg doc… #3

Workflow file for this run

name: lint
on:
push:
branches: [master]
paths:
- "src/**/*.rs"
- "Cargo.*"
pull_request:
branches: [master]
paths:
- "src/**/*.rs"
- "Cargo.*"
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install rust toolchain
run: rustup toolchain install stable --profile minimal --no-self-update
- name: Lint
run: cargo clippy