Skip to content

build(dependabot): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0 #211

build(dependabot): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0

build(dependabot): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0 #211

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm run ci:all
- run: npm run build:all
- run: npm run release:dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_AZURE_CREDENTIAL: true