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

Add notification support #5

Add notification support

Add notification support #5

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