Skip to content

[MISC] Don't update rockcraft version #58

[MISC] Don't update rockcraft version

[MISC] Don't update rockcraft version #58

Workflow file for this run

name: Lint
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install tox
run: python3 -m pip install tox
- name: YAML Lint
run: tox -e lint