Skip to content

chore: rename shoptype to shoptemplate, fix some small bugs in random… #30

chore: rename shoptype to shoptemplate, fix some small bugs in random…

chore: rename shoptype to shoptemplate, fix some small bugs in random… #30

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 }}