Skip to content

Commit

Permalink
Create ci-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanighetti authored Apr 3, 2020
1 parent a23a4d7 commit ef3c9a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Shell Linter
uses: azohra/[email protected]

0 comments on commit ef3c9a0

Please sign in to comment.