forked from IT-Syndikat/website
Cleanup
Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
parent
ca017e0c68
commit
34caa61cee
1 changed files with 1 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue