Skip to content

update(readme): update readme #7

update(readme): update readme

update(readme): update readme #7

Workflow file for this run

name: "Run linters"
on:
push:
branches:
- main
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master