Skip to content

Commit

Permalink
- Add rand test retry
Browse files Browse the repository at this point in the history
- Run lint on PR to main
  • Loading branch information
zeotuan committed Oct 12, 2024
1 parent d55ac0f commit 4e171f3
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 310 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Lint

on: push
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:


jobs:
ruff:
Expand Down
Loading

0 comments on commit 4e171f3

Please sign in to comment.