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
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |