Skip to content

Merge branch 'main' of https://github.com/JensDll/dotfiles #72

Merge branch 'main' of https://github.com/JensDll/dotfiles

Merge branch 'main' of https://github.com/JensDll/dotfiles #72

Workflow file for this run

name: Analysis
on:
pull_request:
push:
branches:
- main
jobs:
linting:
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
steps:
- name: Checking out the repository
uses: actions/checkout@v3.5.3
- name: Running ShellCheck
run: ./scripts/shellcheck.sh