Skip to content

Bump tailwindcss from 3.4.1 to 3.4.3 #153

Bump tailwindcss from 3.4.1 to 3.4.3

Bump tailwindcss from 3.4.1 to 3.4.3 #153

Workflow file for this run

name: Code Formatting
on:
push:
branches:
- "**"
pull_request:
branches:
- main
jobs:
formatting:
name: Code Formatting
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test:format