Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Rename some actions / events and add Spite reaction #2

Rename some actions / events and add Spite reaction

Rename some actions / events and add Spite reaction #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
checks:
name: Run checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy
- uses: chetan/git-restore-mtime-action@v2
- uses: actions-rust-lang/rustfmt@v1
- uses: giraffate/clippy-action@v1
with:
reporter: github-check