Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Deprecate the library #150

Deprecate the library

Deprecate the library #150

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
job:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
uses: a-b-r-o-w-n/eslint-action@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
files: "src/**/*"
extensions: ".ts"