Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 #8

Bump actions/checkout from 4.1.6 to 4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7 #8

Workflow file for this run

name: PR Validator
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: hecrj/[email protected]
- name: Format check
run: cargo fmt -- --check
- name: Build and Lint
run: cargo clippy --tests -- -D warnings
- name: Run tests
run: cargo test --verbose