Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

.github/pr-check-rust.yaml: Add Rust code scan in CI #10

.github/pr-check-rust.yaml: Add Rust code scan in CI

.github/pr-check-rust.yaml: Add Rust code scan in CI #10

Workflow file for this run

name: Shell Code Scan
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codescan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master