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

Modificando tags

Modificando tags #9

Workflow file for this run

name: YAML
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected]
- name: yamllint
run: docker run --rm -v ${PWD}:/work tmknom/yamllint --strict .
format:
name: Format
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected]
- name: Prettier
run: docker run --rm -v ${PWD}:/work tmknom/prettier --list-different --parser=yaml '**/*.y*ml'