Skip to content

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.12 to 0.6.1 #303

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.12 to 0.6.1

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.12 to 0.6.1 #303

Workflow file for this run

name: pull request
on:
pull_request:
branches:
- master
jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: installing
run: npm ci
- name: building
run: npm run build