mirror of
https://github.com/AuxXxilium/yet-another-bench-script.git
synced 2024-11-23 14:51:02 +07:00
👷 Add ShellCheck workflow (#77)
Co-authored-by: Rychart Redwerkz <redwerkz@users.noreply.github.com>
This commit is contained in:
parent
fe06da9dc0
commit
249af05481
17
.github/workflows/ci.yml
vendored
Normal file
17
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: CI 🤖
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: Shellcheck 🐚
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository 📥
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run ShellCheck ✅
|
||||
uses: ludeeus/action-shellcheck@2.0.0
|
Loading…
Reference in New Issue
Block a user