name: Rust 1.63
on:
push:
branches:
pull_request:
branches:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: icepuma/rust-action@1.63.0
with:
args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test