Skip to content

feat(#13): added SfRatingButton component #220

feat(#13): added SfRatingButton component

feat(#13): added SfRatingButton component #220

Workflow file for this run

name: Test
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- ready_for_review
permissions:
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [21]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
if: github.event_name == 'pull_request'
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
with:
node_version: ${{ matrix.node_version }}
- name: Test
uses: ./.github/actions/test
with:
github_token: ${{ secrets.GITHUB_TOKEN }}