Skip to content

Commit

Permalink
Add GitHub action as CI instead of Travis CI (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Litvinov committed Oct 1, 2020
1 parent 26dab6a commit f2e9235
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .github/workflow/main.yml
@@ -0,0 +1,12 @@
name: CI
on:
pull_request:
branches: [master]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit f2e9235

Please sign in to comment.