Skip to content

build(deps): Bump @octokit/rest from 20.0.2 to 20.1.0 #223

build(deps): Bump @octokit/rest from 20.0.2 to 20.1.0

build(deps): Bump @octokit/rest from 20.0.2 to 20.1.0 #223

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