Skip to content

Commit

Permalink
Merge pull request #19 from emphori/chore/remove-travis-integration
Browse files Browse the repository at this point in the history
Remove travis integration
  • Loading branch information
iainjreid authored Jan 14, 2021
2 parents 6b66fc9 + c6f71c3 commit e2b8262
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 195 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build

on: "push"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Install dependencies
run: npm ci

- name: Run linter
run: npm run lint

- name: Release
uses: Emphori/actions/semantic-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'max-line-length': [true, 140],
'trailing-comma': [true, {
multiline: 'always',
singleline: 'never'
}]
}
singleline: 'never',
}],
},
};
Loading

0 comments on commit e2b8262

Please sign in to comment.