nas-service/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 29: did not find expected '-' indicator

33 lines
663 B
YAML

name: buildDemo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- main
paths-ignore:
- '.gitea/**'
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
- 'LICENSE'
- 'NOTICE'
pull_request:
paths-ignore:
- '.gitea/**'
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
- 'LICENSE'
- 'NOTICE'
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v3
with:
java-version: '11'
path: | java -version