Skip to content

build(nix): update rust toolchain hash (#2990) #4685

build(nix): update rust toolchain hash (#2990)

build(nix): update rust toolchain hash (#2990) #4685

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: "-e SC2148"