Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Closes #151

Closes #151 #373

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: ok-nick/setup-aftman@v0.3.0
name: Install Aftman
with:
token: ${{ SECRETS.GITHUB_TOKEN }}
- name: Lint
run: |
selene ./src
style:
name: Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ SECRETS.GITHUB_TOKEN }}
version: latest
args: --check ./src