mirror of
https://github.com/nortakales/flipper-zero-tonies.git
synced 2025-12-06 06:45:05 +01:00
build know tonies markdown table for each language on
This commit is contained in:
parent
a32785e440
commit
4f789ab2ba
4 changed files with 71 additions and 5 deletions
26
.github/workflows/known_tonies.yaml
vendored
Normal file
26
.github/workflows/known_tonies.yaml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
name: build known tonies for each language
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
known_tonies:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: build known tonies
|
||||
run: ./build_known_tonies.sh
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
file_pattern: '*/*.md'
|
||||
commit_message: update language specific known tonies list
|
||||
1
.github/workflows/validate.yaml
vendored
1
.github/workflows/validate.yaml
vendored
|
|
@ -2,6 +2,7 @@ name: Validate NFC Files
|
|||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue