Skip to content

deps(misc): bump @storybook/addon-links from 6.5.15 to 7.4.2 #492

deps(misc): bump @storybook/addon-links from 6.5.15 to 7.4.2

deps(misc): bump @storybook/addon-links from 6.5.15 to 7.4.2 #492

name: ember-cli-code-coverage
on: [pull_request]
jobs:
build:
name: Code Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install
- uses: mydea/ember-cli-code-coverage-action@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"