Skip to content

Add GitHub Copilot Chat to VS Code #192

Add GitHub Copilot Chat to VS Code

Add GitHub Copilot Chat to VS Code #192

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
run: |
shopt -s globstar
# SC1071 is for:
# "ShellCheck only supports sh/bash/dash/ksh scripts. Sorry!"
# But mac.sh is a Zsh script
shellcheck -e SC1090 -e SC1071 **/*.sh