Skip to content

Use overlayfs to fix inode issue #1139

Use overlayfs to fix inode issue

Use overlayfs to fix inode issue #1139

Workflow file for this run

name: Shellcheck scripts
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up system
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get install shellcheck
- uses: actions/checkout@v4
- name: Run shellcheck
run: |
git grep -l -E '^#!/bin/(ba|)sh' | grep -v jinja | xargs shellcheck -x