Skip to content

Use SQLite rather than mysql #43

Use SQLite rather than mysql

Use SQLite rather than mysql #43

Workflow file for this run

---
name: "Shellcheck"
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- '.wordlist.txt'
pull_request:
paths-ignore:
- '**.md'
- '.wordlist.txt'
permissions: {}
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: ./ignored/**