Skip to content

Bump version: 0.0.0 → 0.1.0 #9

Bump version: 0.0.0 → 0.1.0

Bump version: 0.0.0 → 0.1.0 #9

Workflow file for this run

name: Review
on: [push, pull_request]
jobs:
review:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v3
- name: Install dependencies
uses: .github/actions/install
- name: Run linters
run: thx lint
- name: Run tests
run: thx test
- name: Publish test coverage
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.lcov