Files
gmod-replace-hostile-npc/.gitea/workflows/test.yml
nomi-nonsz b00d612842
All checks were successful
CI Test / test (push) Successful in 38s
test 6
2026-02-08 22:55:22 +07:00

25 lines
328 B
YAML

name: CI Test
on:
push:
branches:
- pipeline/test
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- name: Check directory
run: |
pwd
ls
- name: touch something
run: |
touch touched.lol
ls