Skip to content

chore: resolve open dependabot security alerts #35

chore: resolve open dependabot security alerts

chore: resolve open dependabot security alerts #35

Workflow file for this run

name: Lint BrightScript
on: pull_request
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: "20.10.0"
cache: "yarn"
- run: yarn install
- run: yarn lint