Skip to content

Bump ua-parser-js from 1.0.2 to 1.0.37 #18

Bump ua-parser-js from 1.0.2 to 1.0.37

Bump ua-parser-js from 1.0.2 to 1.0.37 #18

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_version: 2.8.1
prettier_options: --check src
prettier_plugins: '@trivago/prettier-plugin-sort-imports prettier-plugin-tailwindcss'