Skip to content

fix: abort githubUrl if commit has not been pushed yet #16

fix: abort githubUrl if commit has not been pushed yet

fix: abort githubUrl if commit has not been pushed yet #16

name: nvim type check
on:
pull_request: ~
push:
branches: [main]
paths: ["**.lua"]
jobs:
build:
name: nvim type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v2