feature: add github PR checks #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Selene Linter | |
on: | |
push: | |
branches: [ "*" ] | |
pull_request: | |
branches: [ "*" ] | |
workflow_dispatch: | |
jobs: | |
generate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: ok-nick/[email protected] | |
with: | |
version: "^1.0.0" | |
token: ${{ secrets.GIT_TOKEN }} | |
- name: Generate Standard Library | |
run: selene generate-roblox-std | |
- name: Run Selene | |
run: selene Package |