Files
nx_post_support/.gitea/workflows/build_and_puplish.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 8: did not find expected '-' indicator

10 lines
197 B
YAML

on:
push:
branches:
- main
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2