Skip to content

Commit

Permalink
rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 2, 2020
1 parent 86797d9 commit f5ce577
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/code_layout.yml
Expand Up @@ -69,23 +69,23 @@ jobs:
- name: Run Shellcheck
run: ./tests/code_layout/test_shellcheck.sh

banned_keywords_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Banned Keywords Test
run: ./tests/code_layout/test_banned_keywords.sh

def_window_title_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Def Window Title Test
run: ./tests/code_layout/test_defwindowtitle.sh

doxygen_layout_check:
runs-on: ubuntu-latest
steps:
Expand All @@ -97,7 +97,7 @@ jobs:
expect
- name: Doxygen Layout Test
run: ./tests/code_layout/test_doxygen_layout.sh

indentation_check:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
Expand All @@ -114,7 +114,7 @@ jobs:
flip
- name: Indentation Test
run: ./scripts/verify_indentation.sh HEAD~1

spell_check:
runs-on: ubuntu-latest
steps:
Expand All @@ -132,7 +132,7 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Spell Test
run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.files_modified }} ${{ steps.changed_files.outputs.files_added }}

sip_check:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Sip Include Test
run: ./tests/code_layout/test_sip_include.sh
- name: Sip Files Up To Date
run: ./tests/code_layout/test_sipfiles_uptodate.sh
run: ./tests/code_layout/test_sipfiles.sh

cppcheck_16_04:
runs-on: ubuntu-16.04
Expand Down
File renamed without changes.

0 comments on commit f5ce577

Please sign in to comment.