Replace dependency babel-eslint with @babel/eslint-parser #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ember-cli-code-coverage | |
on: [pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Setup for Ember tests | |
uses: mydea/[email protected] | |
- name: Install dependencies | |
run: npm ci | |
- uses: mydea/ember-cli-code-coverage-action@v1 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
test-command: "npm run test-coverage" |