Skip to content

Add on-chain decryption and update blocklock agent #32

Add on-chain decryption and update blocklock agent

Add on-chain decryption and update blocklock agent #32

Workflow file for this run

name: bash
on:
push:
branches: [master]
pull_request:
paths:
- .github/workflows/lint-bash.yml
- "**.sh"
workflow_dispatch:
concurrency:
group: ci-${{ github.ref }}-lintbash
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout code
uses: actions/checkout@v4
- name: 🧹 Lint bash scripts
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: --shell=sh
with:
ignore_paths: '**/openzeppelin-contracts/**/*'