Skip to content

Build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 #461

Build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0

Build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 #461

Workflow file for this run

name: pr
on:
pull_request:
branches:
- main
push:
branches:
- trunk-merge/**
permissions: read-all
env:
SERVICE_NAME: trip-service
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install Packages
run: pnpm install
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
- name: Build protobuf
run: buf generate --include-imports
- name: Lint
uses: trunk-io/trunk-action@v1
# - name: Test
# run: npm test:integration