Skip to content

Merge branch 'main' into 326-aiops-440 #2774

Merge branch 'main' into 326-aiops-440

Merge branch 'main' into 326-aiops-440 #2774

Workflow file for this run

name: Lint
# Controls when the workflow will run
on: [push]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
lint:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Run a one-line script
run: tests/prebuild/lint.sh