Skip to content

AHovorukha has triggered a Pull Request Workflow! πŸš€ #9

AHovorukha has triggered a Pull Request Workflow! πŸš€

AHovorukha has triggered a Pull Request Workflow! πŸš€ #9

Workflow file for this run

name: Pull Request Workflow
run-name: ${{ github.actor }} has triggered a Pull Request Workflow! πŸš€
on:
pull_request:
branches: [master]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
static-code-analysis:
name: Linting
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Toolchain
run: ./scripts/install_toolchain.sh
- name: Run linter
run: helm lint yilu-common --set image.tag="test" --set serviceName="ci-test"