mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-09 02:33:00 -08:00
Create shellcheck.yml
This commit is contained in:
parent
8c68dc6d02
commit
6740ab52de
1 changed files with 18 additions and 0 deletions
18
.github/workflows/shellcheck.yml
vendored
Normal file
18
.github/workflows/shellcheck.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- photon-style
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
name: 'ShellCheck'
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
Loading…
Add table
Add a link
Reference in a new issue