Skip to content

Look for the built libraries #42

Look for the built libraries

Look for the built libraries #42

Workflow file for this run

name: Static Analysis
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt update && sudo apt upgrade && sudo apt install shellcheck
- run: shellcheck *.sh