Skip to content

chore(deps): bump ip from 2.0.0 to 2.0.1 in /lectures/04-data/chirper #106

chore(deps): bump ip from 2.0.0 to 2.0.1 in /lectures/04-data/chirper

chore(deps): bump ip from 2.0.0 to 2.0.1 in /lectures/04-data/chirper #106

Workflow file for this run

name: Run Prettier
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Prettier
run: npm install -g prettier && npx prettier --check .