Skip to content

Merge remote-tracking branch 'origin/main' into Pre-Main-Branch #2

Merge remote-tracking branch 'origin/main' into Pre-Main-Branch

Merge remote-tracking branch 'origin/main' into Pre-Main-Branch #2

Workflow file for this run

name: build
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Aftman
uses: ok-nick/[email protected]
with:
version: 'v0.2.7'
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate standard library
run: selene generate-roblox-std
- name: Run Selene
run: selene src