Skip to content

Seeds and state sync fixes for mainnet #14

Seeds and state sync fixes for mainnet

Seeds and state sync fixes for mainnet #14

Workflow file for this run

name: ShellCheck
on: [push]
permissions:
contents: read
jobs:
shellcheck:
name: Run shellcheck
runs-on: ubuntu-latest
env:
GOPRIVATE: github.com/sagaxyz/*
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2086