Skip to content

ci: limit doc generation to merges on main #12

ci: limit doc generation to merges on main

ci: limit doc generation to merges on main #12

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
workflow_dispatch:
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .