Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge branch 'peer-dependency-upgrade' of github.com:dabapps/eslint-p…
Browse files Browse the repository at this point in the history
…lugin-dabapps into peer-dependency-upgrade
  • Loading branch information
Nikolaev Tomov committed Mar 12, 2021
2 parents bf6e3b4 + a7ad0c9 commit f46dcb4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI
on: [pull_request]

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
- uses: actions/setup-node@v1
with:
node-version: '12'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit f46dcb4

Please sign in to comment.