Skip to content

Bump @types/react from 18.3.2 to 18.3.3 (#595) #879

Bump @types/react from 18.3.2 to 18.3.3 (#595)

Bump @types/react from 18.3.2 to 18.3.3 (#595) #879

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