ghaction-github-pages/.github/workflows/validate.yml

26 lines
384 B
YAML
Raw Normal View History

name: validate
on:
push:
branches:
- 'dev'
- 'releases/v*'
paths-ignore:
- '**.md'
pull_request:
branches:
- 'dev'
paths-ignore:
- '**.md'
jobs:
validate:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Validate
run: docker buildx bake validate