Skip to content

fix: update id when the Container type changes #251

fix: update id when the Container type changes

fix: update id when the Container type changes #251

---
name: Pull-Request-Linter
on: pull_request
jobs:
super-lint:
name: Pull-Request-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Super Linter
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: $({ secrets.GITHUB_TOKEN })
VALIDATE_CSHARP: true
VALIDATE_YAML: true
VALIDATE_XML: true
VALIDATE_EDITORCONFIG: true