Skip to content

Fix bug in migration of config file. #9

Fix bug in migration of config file.

Fix bug in migration of config file. #9

Workflow file for this run

name: "ShellCheck"
on: [push, pull_request]
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master