Skip to content

Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 #3290

Bump @typescript-eslint/parser from 5.59.1 to 5.59.2

Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 #3290

Workflow file for this run

name: Build
on:
pull_request_target:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: docker/setup-buildx-action@v2
- uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: ${{ runner.os }}-buildx-
- uses: docker/build-push-action@v4
name: Build
with:
push: false
cache-from: |
type=local,src=/tmp/.buildx-cache