ParaDocs/.gitea/workflows/build_test.yaml
PoliEcho de4839a91d
Some checks failed
build_test / build (push) Failing after 1s
Update .gitea/workflows/build_test.yaml
2025-03-25 16:55:36 +00:00

15 lines
276 B
YAML

name: build_test
on: [push]
jobs:
build:
runs-on: arch
steps:
- name: get dependencies
- run: sudo pacman -Sy nodejs make gcc --needed
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make -j$(nproc)