Personal_Website/.forgejo/workflows/release.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: could not find expected ':'

15 lines
No EOL
226 B
YAML

on:
push:
branches:
- "mistress"
jobs:
test:
runs-on: docker
<<<<<<< HEAD
container: node:latest
=======
uses: alpine:latest
>>>>>>> refs/remotes/origin/mistress
steps:
- run: echo All Good