Skip to content

Restore PhysicsService.GetCollisionGroups() type #1277

Restore PhysicsService.GetCollisionGroups() type

Restore PhysicsService.GetCollisionGroups() type #1277

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
lint:
if: contains(github.event.commits[0].message, '[skip ci]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- uses: bahmutov/npm-install@v1
- name: Run ESLint
run: npm run eslint