Skip to content

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #23

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #23

Workflow file for this run

name: Rust Checks
# Run this workflow whenever a PR is created or pushed to.
on:
pull_request:
types: [opened, synchronize]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: make -C scubainit test
- name: Run lint
run: make -C scubainit lint
- name: Code format
run: make -C scubainit fmt