Skip to content

assistant2: Sketch in chat editor (#21116) #139

assistant2: Sketch in chat editor (#21116)

assistant2: Sketch in chat editor (#21116) #139

Workflow file for this run

name: Script
on:
pull_request:
paths:
- "script/**"
push:
branches:
- main
jobs:
shellcheck:
name: "ShellCheck Scripts"
if: github.repository_owner == 'zed-industries'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Shellcheck ./scripts
run: |
./script/shellcheck-scripts error