Compare commits

..

1 commit

Author SHA1 Message Date
d370f01e9a Forgejo Action: Run just check.
Some checks failed
CI / check (pull_request) Failing after 46s
2025-09-24 01:48:23 -07:00

View file

@ -2,13 +2,13 @@ name: CI
on:
push:
branches: [ main, master ]
branches: [ main ]
pull_request:
branches: [ main, master ]
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4