0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-20 04:12:14 +02:00
UrlChecker/.github/workflows/validate-store-files.yml

30 lines
751 B
YAML

name: Validate Triple-T store files
# use it on your own project: https://github.com/TrianguloY/action-validate-Triple-T
on:
# run this workflow on master branch push
push:
branches:
- master
# run this workflow on master pull requests
pull_request:
branches:
- master
# Cancel running actions if new commits are added
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
validation:
runs-on: ubuntu-latest
steps:
- name: Download project files
uses: actions/checkout@v4
- name: Validate Triple-T files
uses: TrianguloY/action-validate-Triple-T@v1
with:
ignore: 'Changelog too large'