Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Update .github/workflows/e2e-testing.yml #74

Update .github/workflows/e2e-testing.yml

Update .github/workflows/e2e-testing.yml #74

Workflow file for this run

name: YAML Linter
on:
push:
paths:
- '**.yml'
pull_request:
branches:
- master
permissions:
contents: read
jobs:
linter:
name: YAML Linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: YAML Linter
uses: ibiqlik/[email protected]
with:
config_file: '.github/configs/yaml-linter.yml'