Skip to content

Test

Test #511

name: Test
on:
schedule:
- cron: '0 0 * * *' # Run every day at midnight
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make format lint