Skip to content

Commit

Permalink
Merge pull request #1222 from Ralim/ci
Browse files Browse the repository at this point in the history
Merge json metadata into one file
  • Loading branch information
Ralim authored Feb 9, 2022
2 parents 8110898 + 6c058f9 commit afa20b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.model }}.json
name: metadata
path: source/Hexfile/${{ matrix.model }}.json

build_multi-lang:
Expand Down Expand Up @@ -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
path: source/Hexfile/${{ matrix.model }}.json

tests:
Expand Down Expand Up @@ -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.
15 changes: 0 additions & 15 deletions .github/workflows/shellcheck.yml

This file was deleted.

0 comments on commit afa20b5

Please sign in to comment.