TFTPaths/.forgejo/workflows/master.yaml
filip.kranjec 699ba5b153
Some checks failed
/ angular (push) Failing after 0s
/ erlang (push) Failing after 3s
runner test
2025-08-14 16:46:35 +02:00

11 lines
187 B
YAML

on: [push]
jobs:
angular:
runs-on: [angular, native]
steps:
- run: node -v
erlang:
runs-on: erlang
steps:
- uses: actions/checkout@v4
- run: node -v