Skip to content

Check.sh started by akichidis #493

Check.sh started by akichidis

Check.sh started by akichidis #493

Workflow file for this run

name: check.sh
run-name: Check.sh started by ${{ github.actor }}
on: [push]
jobs:
check-sh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: ./check.sh