Fix to ensure springs propogate their final state before they sleep (… #748
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
# Taken from roblox-ts under the MIT license https://github.com/roblox-ts/roblox-ts/blob/master/.github/workflows/ci.yml | |
name: CI | |
on: | |
push: | |
branches: | |
main | |
jobs: | |
lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2.3.4 | |
- name: Install Foreman | |
uses: rojo-rbx/setup-foreman@v1.0.1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Run Selene | |
run: selene src test benchmark |