Skip to content

Bump tokio from 1.44.2 to 1.45.0 in /cli #224

Bump tokio from 1.44.2 to 1.45.0 in /cli

Bump tokio from 1.44.2 to 1.45.0 in /cli #224

Workflow file for this run

name: Check Website Code Formatting with Prettier
on:
pull_request:
branches:
- 'master'
permissions:
contents: read
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Run Prettier
uses: creyD/[email protected]
with:
# Prettier CLI arguments
prettier_options: '--config ./website/.prettierrc --ignore-path ./website/.prettierignore --check ./website'