Skip to content

feat(init): original code from github-actions repo #3

feat(init): original code from github-actions repo

feat(init): original code from github-actions repo #3

Workflow file for this run

name: Lint code in the repo
on:
push:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master