Skip to content

Bump System.Text.Json from 8.0.3 to 8.0.4 in /lib/PrincipleStudios.OpenApiCodegen.Json.Extensions.Test #25

Bump System.Text.Json from 8.0.3 to 8.0.4 in /lib/PrincipleStudios.OpenApiCodegen.Json.Extensions.Test

Bump System.Text.Json from 8.0.3 to 8.0.4 in /lib/PrincipleStudios.OpenApiCodegen.Json.Extensions.Test #25

Workflow file for this run

name: Lint JS/TS
on:
pull_request:
types: [edited, opened, reopened, synchronize, ready_for_review]
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/parts/cache/
- name: 'Prepare for linting'
run: |
dotnet build -t:PrepareLint
- name: 'Run JS lint checks'
run: |
pnpm lint
- name: 'Ensure npm versions are correct'
run: |
git diff --stat --exit-code