Skip to content

Update application list #228

Update application list

Update application list #228

Workflow file for this run

name: Lint shell scripts
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint check .sh
uses: azohra/[email protected]
- name: Lint check .functions
uses: azohra/[email protected]
with:
path: "home/.functions"
- name: Lint check .aliases
uses: azohra/[email protected]
with:
path: "home/.aliases"