Skip to content

Commit

Permalink
ci: add ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadev-0 committed Apr 3, 2024
1 parent 5afae72 commit cfbbdc1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on:
push:
branches:
- main

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: ok-nick/setup-aftman@v0.4.2
- run: lune run build
- run: lune run test
- run: selene .
- run: stylua --check .
1 change: 1 addition & 0 deletions selene.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
std = "luau+roblox"
exclude = ["build/*"]

[config]
global_usage = { ignore_pattern = "UTIL_TARGET" }
Expand Down

0 comments on commit cfbbdc1

Please sign in to comment.