Skip to content

Commit

Permalink
chore: use github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Apr 21, 2022
1 parent f53da99 commit 5bf1906
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on:
- push
- pull_request

jobs:
ci:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm run lint
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit 5bf1906

Please sign in to comment.