mirror of
https://github.com/AuxXxilium/yet-another-bench-script.git
synced 2024-11-23 14:51:02 +07: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
|