Merge pull request #1795 from Darleev/v-danurg/lint_shebang_ubuntu

Shebang lint for Ubuntu/MacOS
This commit is contained in:
Maxim Lobanov
2020-10-27 20:31:07 +03:00
committed by GitHub
9 changed files with 57 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
# CI Validation
name: CI
name: Linter
on:
pull_request:
branches: [$default-branch]
branches: [ main ]
jobs:
build:
name: Lint JSON & MD files
@@ -23,3 +23,7 @@ jobs:
VALIDATE_JSON: true
VALIDATE_MD: true
DEFAULT_BRANCH: ${{ github.base_ref }}
- name: Checking shebang lines in MacOS and Ubuntu releases.
run: ./images.CI/shebang-linter.ps1
shell: pwsh