Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed Jan 1, 2021
1 parent 62a373d commit cc27745
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 45 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: checks
on:
- push
- pull_request
jobs:
typecheck:
name: type check code base
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: install node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: npm install
uses: jaid/[email protected]
- name: run typescript error reporter
uses: andoshin11/[email protected]
super-lint:
name: lint code base
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: run Super-Linter
uses: github/super-linter@v3
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_TYPESCRIPT_ES: true
24 changes: 0 additions & 24 deletions .github/workflows/linter.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/typecheck.yml

This file was deleted.

1 change: 1 addition & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.git/

0 comments on commit cc27745

Please sign in to comment.