Skip to content

Bump decode-uri-component from 0.2.0 to 0.2.2 (#87) #240

Bump decode-uri-component from 0.2.0 to 0.2.2 (#87)

Bump decode-uri-component from 0.2.0 to 0.2.2 (#87) #240

Workflow file for this run

name: Test
on: [push]
jobs:
jest:
name: Jest
runs-on: ubuntu-latest
steps:
- name: Setup environment with pnpm
uses: danoc/pnpm-setup-composite-action@v1
- name: Run Jest
run: pnpm run test:jest
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Setup environment with pnpm
uses: danoc/pnpm-setup-composite-action@v1
- name: Run ESLint
run: yarn run test:eslint
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Setup environment with pnpm
uses: danoc/pnpm-setup-composite-action@v1
- name: Run Prettier
run: yarn run test:prettier