Skip to content

chore(deps-dev): bump @commitlint/config-conventional #122

chore(deps-dev): bump @commitlint/config-conventional

chore(deps-dev): bump @commitlint/config-conventional #122

Workflow file for this run

name: Test
on: [push]
jobs:
canCreateRuleFile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: ./.github/actions/build
- run: npm run createrule
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: ./.github/actions/build
- name: Jest testing
run: npm run test:jest
- name: TextLint testing
run: npm run test:lint
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
directory: ./coverage