Skip to content

Feat: Price provider model #1595

Feat: Price provider model

Feat: Price provider model #1595

Workflow file for this run

name: Lint and unit tests
on:
pull_request:
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ⚙️ Install dependencies
uses: ./.github/workflows/install-pnpm
- name: 📝 Check by linter
run: pnpm lint
- name: 🧪 Run tests
run: pnpm test
- name: 📄 Post results
if: always()
uses: im-open/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
results-file: jest-unit-results.json
report-name: 'Jest Unit tests results'
create-status-check: true