Skip to content

Add 10th archive node #272

Add 10th archive node

Add 10th archive node #272

Workflow file for this run

name: Lint shell scripts
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install system deps
run: sudo apt-get install shellcheck fd-find
- name: Run shellcheck
run: fdfind --type executable --exec bash -c 'echo {}; shellcheck {}'