Skip to content

chore: add .gitattributes enforcing LF (#213) #661

chore: add .gitattributes enforcing LF (#213)

chore: add .gitattributes enforcing LF (#213) #661

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test