Skip to content

fix(ci): the final solution #7

fix(ci): the final solution

fix(ci): the final solution #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: CompeyDev/setup-rokit@v0.1.2
- name: Setup Lute
run: lute setup --with-luaurc
- name: Continous Intergration
run: lute run ci