Skip to content

🤖Bump eslint-config-next from 13.4.19 to 13.5.1 (#175) #48

🤖Bump eslint-config-next from 13.4.19 to 13.5.1 (#175)

🤖Bump eslint-config-next from 13.4.19 to 13.5.1 (#175) #48

Workflow file for this run

name: Continuous Integration
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
name: Run Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prettify code
uses: creyD/prettier_action@v2.2