Skip to content

Update to v9.0.100-preview.5.24229.2 #4

Update to v9.0.100-preview.5.24229.2

Update to v9.0.100-preview.5.24229.2 #4

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