Skip to content

Pass org var SONAR_SCANNER_URL to codebuild #94

Pass org var SONAR_SCANNER_URL to codebuild

Pass org var SONAR_SCANNER_URL to codebuild #94

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'