mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-04-19 00:45:22 +00:00
18 lines
294 B
YAML
18 lines
294 B
YAML
name: CI 🤖
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
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
|