Skip to content

fix: InstancePoolApiClient.List throws System.Text.Json.JsonException #146

fix: InstancePoolApiClient.List throws System.Text.Json.JsonException

fix: InstancePoolApiClient.List throws System.Text.Json.JsonException #146

Workflow file for this run

---
name: Linter
on:
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
GITHUB_TOKEN: ${{ github.token }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
FILTER_REGEX_EXCLUDE: SECURITY.md