Skip to content

Use grub-btrfsd.service #170

Use grub-btrfsd.service

Use grub-btrfsd.service #170

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- master
- main
pull_request:
paths-ignore:
- '**.gitignore'
- '**.md'
- '**.yml'
- 'LICENSE'
jobs:
shellcheck:
name: Bash syntax checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master