mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-06 23:41:32 +05:30
👷 Add ShellCheck workflow (#77)
Co-authored-by: Rychart Redwerkz <redwerkz@users.noreply.github.com>
This commit is contained in:
parent
fe06da9dc0
commit
249af05481
1 changed files with 17 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue