Skip to content

v10.0.100-alpha.1.25058.38 #84

v10.0.100-alpha.1.25058.38

v10.0.100-alpha.1.25058.38 #84

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