Skip to content

v9.0.100-preview.7.24366.10 #27

v9.0.100-preview.7.24366.10

v9.0.100-preview.7.24366.10 #27

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