Skip to content

Add test units for the isSimilar function (#285) (#311) #746

Add test units for the isSimilar function (#285) (#311)

Add test units for the isSimilar function (#285) (#311) #746

Workflow file for this run

# 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/[email protected]
- name: Install Foreman
uses: rojo-rbx/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Selene
run: selene src test benchmark