Skip to content

feature: add survey script #22

feature: add survey script

feature: add survey script #22

Workflow file for this run

name: lint
on: [push]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check markdown files using `markdownlint`
run: |
sudo npm install -g markdownlint-cli
markdownlint *.md
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master