Skip to content

Bump semver from 6.3.0 to 6.3.1 in /pkg/ui/v1beta1/frontend #222

Bump semver from 6.3.0 to 6.3.1 in /pkg/ui/v1beta1/frontend

Bump semver from 6.3.0 to 6.3.1 in /pkg/ui/v1beta1/frontend #222

Workflow file for this run

name: Lint Files
on:
pull_request:
paths-ignore:
- "pkg/new-ui/v1beta1/frontend/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Check YAML files
run: make yamllint
- name: Check shell scripts
run: make shellcheck