Skip to content

starting point for cpu/memory work #51

starting point for cpu/memory work

starting point for cpu/memory work #51

Workflow file for this run

on:
push:
name: "Trigger: Push action"
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ github.token }}
- name: Run ShellCheck
uses: bwhitehead0/action-shellcheck@master