Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

build(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 in /deployment/microservices-connector #31

build(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 in /deployment/microservices-connector

build(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 in /deployment/microservices-connector #31

Workflow file for this run

name: Linter
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
lint:
if: ${{ (github.event.repository.visibility == 'public') && (github.repository_owner == 'intel') }}
name: Run linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Print YAML Lint Config
run: cat .github/linters/.yaml-lint.yml
- name: Super-Linter
uses: super-linter/super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: true
BASH_SEVERITY: error
FILTER_REGEX_EXCLUDE: ".*/templates/.*.yaml"
VALIDATE_YAML: true
VALIDATE_PYTHON_RUFF: true
VALIDATE_DOCKERFILE_HADOLINT: true
GITHUB_TOKEN: ${{ github.token }}
DEFAULT_BRANCH: main