Skip to content

build(deps-dev): Bump prettier from 3.2.5 to 3.3.0 (#176) #229

build(deps-dev): Bump prettier from 3.2.5 to 3.3.0 (#176)

build(deps-dev): Bump prettier from 3.2.5 to 3.3.0 (#176) #229

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
jobs:
yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamlfmt
run: |
cd "$(mktemp -d)"
curl --location --silent https://github.com/google/yamlfmt/releases/download/v0.5.0/yamlfmt_0.5.0_Linux_x86_64.tar.gz | tar zxvf -
mv yamlfmt /usr/local/bin
- run: yamlfmt -lint