Skip to content

build(deps): bump ip from 1.1.8 to 1.1.9 #59

build(deps): bump ip from 1.1.8 to 1.1.9

build(deps): bump ip from 1.1.8 to 1.1.9 #59

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
types: [opened, edited, reopened]
jobs:
build:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Format the library
uses: borales/actions-yarn@v4
with:
cmd: format