Skip to content

Add column for last commit date, allow for subset of columns to be shown, overhaul sorting #896

Add column for last commit date, allow for subset of columns to be shown, overhaul sorting

Add column for last commit date, allow for subset of columns to be shown, overhaul sorting #896

Workflow file for this run

name: Shellcheck on scripts
on: [ push, pull_request ]
jobs:
shellcheck:
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@v5
- name: Run shellcheck
run: |
git grep -l -E '#!/bin/(bash|sh)' | xargs shellcheck