Skip to content

Merge pull request #71 from Teamwork/migrate-boards-to-workflows #143

Merge pull request #71 from Teamwork/migrate-boards-to-workflows

Merge pull request #71 from Teamwork/migrate-boards-to-workflows #143

Workflow file for this run

name: Linter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Run Shellcheck
uses: azohra/shell-linter@latest