feat: add ci build task #342

Merged
unkinben merged 3 commits from benvin/begin_ci into develop 2025-07-08 20:19:36 +10:00
Showing only changes of commit 3351ca9260 - Show all commits

View File

@ -0,0 +1,19 @@
name: Build
on:
pull_request:
jobs:
precommit:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux9-runnerdnd:latest
options: --privileged
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Pre-Commit All Files
run: |
uvx pre-commit run --all-files