Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

chore(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2 #411

chore(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2

chore(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2 #411

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
if: "(!contains(github.event.commits[0].message, '[skip ci]')) && (!contains(github.event.commits[0].message, '[ci skip]'))"
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and check 🔍
run: |
npx pnpm install
npx pnpm run validate
- name: Build 🔧
run: npx pnpm run build