Skip to content

feat: introduce weapon and armor in shop and random gen. fix ranged/m… #16

feat: introduce weapon and armor in shop and random gen. fix ranged/m…

feat: introduce weapon and armor in shop and random gen. fix ranged/m… #16

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