Skip to content

Add container argument to RegisterHooksIn (#317) #11

Add container argument to RegisterHooksIn (#317)

Add container argument to RegisterHooksIn (#317) #11

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- gh-pages
pull_request:
branches-ignore:
- gh-pages
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Setup tools
- name: Run aftman
uses: ok-nick/[email protected]
with:
version: v0.2.7
# Run linter
- name: Update standard library
run: selene update-roblox-std
- name: Run Selene
run: selene --allow-warnings ./Cmdr
- name: Validate Stylua
run: stylua -c ./Cmdr