Skip to content

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.9 to 0.5.10 #96

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.9 to 0.5.10

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.9 to 0.5.10 #96

Workflow file for this run

name: "Codecov"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
codecov:
name: Run codecov.io
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}