Skip to content

feat(tailwind): add custom fontSize scale with line heights #101

feat(tailwind): add custom fontSize scale with line heights

feat(tailwind): add custom fontSize scale with line heights #101

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [ main ]
jobs:
unit-tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.22'
- name: Install dependencies
#run: go mod tidy
run: echo "Installing dependencies ..."
- name: Run unit tests
#run: go test ./tests/unit/...
run: echo "Running unit tests ..."