Skip to content

Covert BrowserDetection to TS #73

Covert BrowserDetection to TS

Covert BrowserDetection to TS #73

Workflow file for this run

name: Simple CI
on: [pull_request]
jobs:
run-ci:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm install
- run: npm run lint