Skip to content

Update script for old nft versions. (#24) #32

Update script for old nft versions. (#24)

Update script for old nft versions. (#24) #32

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: templates
severity: warning
env:
SHELLCHECK_OPTS: -e SC2059 -e SC2034 -e SC1090 -s bash