Personal-Site/.gitea/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 13: cannot unmarshal !!map into []*model.Step

13 lines
165 B
YAML

name: 'Test action'
on:
workflow_dispatch:
push:
branches:
- main
jobs:
check-links:
runs-on: ubuntu-latest
steps:
run: npm install