Minor workflow tweaks

This commit is contained in:
Nick Ortakales 2025-03-03 21:25:42 -08:00
parent e45982bcf9
commit 677ff1d7c7
4 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
name: build known tonies for each language
name: Build directory markdown files
on:
push:
@ -11,16 +11,16 @@ jobs:
contents: write
steps:
- name: checkout
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: build known tonies
run: ./build_known_tonies.sh
- name: Build directories
run: ./build_directories.sh
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: '*/*.md'
commit_message: update language specific known tonies list
file_pattern: "*/*.md"
commit_message: Auto update directory markdown files

View file

@ -1,10 +1,10 @@
name: Validate NFC Files
name: Validate NFC files
on:
push:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
jobs:
validation:
@ -14,5 +14,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: validate
run: ./validation.sh
- name: Run validation
run: ./validate_files.sh