Skip to content

rename shiny file name #30

rename shiny file name

rename shiny file name #30

Workflow file for this run

---
name: Yaml Linting
on:
pull_request:
paths: ['**.yaml', '**.yml']
jobs:
yamllint:
name: Yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Yamllint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint
...