commit fb755c2383854b43bf33910af4571b9403c9c38e parent c16d5c3987d3baf2009826fdb02f9d8440b29ba1 Author: Cem Keylan <cem@ckyln.com> Date: Tue, 28 Jul 2020 14:07:53 +0300 Merge branch 'master' into overrides Diffstat:
A | .github/workflows/main.yml | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: Shellcheck + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Run shellcheck. + run: shellcheck bin/*