Skip to content

[+] tot-safe: Count packages only when command succeed #405

[+] tot-safe: Count packages only when command succeed

[+] tot-safe: Count packages only when command succeed #405

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
# Shellcheck
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run shellcheck
run: |
shellcheck -V
shellcheck neofetch
./neofetch