1
0
Fork 0
Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
Wachtl Enterprises LLC 2025-01-21 10:32:43 +01:00
parent ca017e0c68
commit 34caa61cee

View file

@ -5,17 +5,10 @@ jobs:
test:
runs-on: docker
container:
image: archlinux:base-devel
image: node:latest
steps:
- name: Prepare container
run: |
pacman -Sy --noconfirm archlinux-keyring
pacman -Syu --noconfirm
pacman -S --noconfirm nodejs git make pacman-contrib base base-devel openssh wget curl procps-ng bash hugo go git-lfs rsync
git lfs install
- name: Checkout
uses: actions/checkout@v4
with:
- uses: https://github.com/DavidAnson/markdownlint-cli2-action@v19
with:
globs: '*/**.md'