Skip to content

fix(githubUrl): allow opening repos when there are unpushed commits #172

fix(githubUrl): allow opening repos when there are unpushed commits

fix(githubUrl): allow opening repos when there are unpushed commits #172

Workflow file for this run

name: Stylua check
on:
push:
branches: [main]
paths: ["**.lua"]
pull_request:
jobs:
stylua:
name: Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .