1
0
forked from me/IronOS

merged metadata?

This commit is contained in:
Ben V. Brown
2022-02-09 21:09:18 +11:00
parent 811089868d
commit 0b894ffaf3
2 changed files with 15 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.model }}.json
name: metadata.zip
path: source/Hexfile/${{ matrix.model }}.json
build_multi-lang:
@@ -95,7 +95,7 @@ jobs:
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.model }}_multi-lang.json
name: metadata.zip
path: source/Hexfile/${{ matrix.model }}.json
tests:
@@ -149,3 +149,16 @@ jobs:
- name: Check python with flake8
run: flake8 Translations
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
exclude: "./.git/*" # Optional.
check_all_files_with_shebangs: "false" # Optional.

View File

@@ -1,15 +0,0 @@
name: Shell Check
on: [pull_request]
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
exclude: "./.git/*" # Optional.
check_all_files_with_shebangs: "false" # Optional.