Skip to content

feat(web): Add Prague AWS User Group Meetup - 2023.03.09 #68

feat(web): Add Prague AWS User Group Meetup - 2023.03.09

feat(web): Add Prague AWS User Group Meetup - 2023.03.09 #68

Workflow file for this run

name: yamllint
on:
pull_request:
types: [opened, synchronize]
paths:
- '**.yml'
- '**.yaml'
jobs:
yamllint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yamllint
uses: ibiqlik/action-yamllint@v3