Skip to content

Commit

Permalink
ci: add grawler checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 22, 2024
1 parent 84b914b commit 5f6bf61
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 39 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/grawler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Grawler checks

on:
push:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:


env:
CARGO_TERM_COLOR: always

jobs:
main:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall grawler
- run: grawler check
78 changes: 39 additions & 39 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f6bf61

Please sign in to comment.