Skip to content

Merge remote-tracking branch 'origin/dependabot/bundler/webrick-1.8.2' #126

Merge remote-tracking branch 'origin/dependabot/bundler/webrick-1.8.2'

Merge remote-tracking branch 'origin/dependabot/bundler/webrick-1.8.2' #126

Workflow file for this run

name: CI
on:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
persist-credentials: True
- name: Install Packages
working-directory: .
run: yarn install
- name: Prettier Check
uses: creyD/[email protected]
with:
prettier_options: --check .
same_commit: True