TFTPaths/.forgejo/workflows/master.yaml
filip.kranjec 0c7f88b9c6
Some checks failed
/ erlang (push) Failing after 27s
/ angular (push) Failing after 32s
runner test
2025-08-14 16:38:39 +02:00

12 lines
211 B
YAML

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