Skip to content

Lay the foundation for a Swift migration #330

Lay the foundation for a Swift migration

Lay the foundation for a Swift migration #330

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint