Skip to content

Commit 6e52fd5

Browse files
author
Qompass Current
committed
Add self-hosted CI workflow
1 parent a9f9f03 commit 6e52fd5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
on:
3+
push:
4+
branches: [ main ]
5+
pull_request:
6+
branches: [ main ]
7+
8+
jobs:
9+
build:
10+
runs-on: [self-hosted, arch, Linux, X64]
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Print system info
14+
run: |
15+
uname -a
16+
lscpu

0 commit comments

Comments
 (0)