洛天依 f17345dae8
All checks were successful
Lint / Lint (push) Successful in 15s
initial commit
2025-01-20 02:50:30 +00:00

15 lines
326 B
YAML

on: [push, pull_request]
name: Lint
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: setup-shellcheck
run: sudo apt-get update && sudo apt-get install shellcheck
- run: shellcheck -x backupd