Skip to content

noble: add noble to tests (SC-1647) #6340

noble: add noble to tests (SC-1647)

noble: add noble to tests (SC-1647) #6340

Workflow file for this run

---
name: CI (workflows)
on:
push:
pull_request:
defaults:
run:
shell: sh -ex {0}
jobs:
lint-and-style:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy update
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install yamllint
- name: Git checkout
uses: actions/checkout@v3
- name: Linting and style
working-directory: .github/workflows
run: yamllint --strict .