Skip to content

add dependency and backport commits #48

add dependency and backport commits

add dependency and backport commits #48

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt
- name: Lint
run: ./lint