Skip to content

CLD-8459: Temporary change Ci image #1051

CLD-8459: Temporary change Ci image

CLD-8459: Temporary change Ci image #1051

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
# runs-on: ubuntu-latest Temporary comment out due to an issue with the latest version
# https://github.com/actions/runner-images/issues/10796
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
run: make setup
- name: install-plugin
run: make plugin
- name: Lint
run: make lint