Skip to content

ci: run workflow on pull request #11

ci: run workflow on pull request

ci: run workflow on pull request #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ok-nick/setup-aftman@v0.4.2
- run: lune run build
- run: lune run test
- run: selene .
- run: stylua --check .