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 46beea21d2 - Show all commits

View File

@ -7,13 +7,18 @@ jobs:
precommit:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux9-runnerdnd:latest
image: git.unkin.net/unkin/almalinux9-actionsdind:latest
options: --privileged
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install requirements
run: |
dnf groupinstall -y "Development Tools" -y
dnf install rubygems ruby-devel gcc make redhat-rpm-config glibc-headers glibc-devel -y
- name: Pre-Commit All Files
run: |
uvx pre-commit run --all-files