Skip to content

fix: cd before exec for argument #67

fix: cd before exec for argument

fix: cd before exec for argument #67

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: [self-hosted, linux, X64, jammy, large]
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install tox
run: python3 -m pip install tox
- name: YAML Lint
run: tox run -e lint