Skip to content

Bump @actions/core from 1.10.0 to 1.10.1 #135

Bump @actions/core from 1.10.0 to 1.10.1

Bump @actions/core from 1.10.0 to 1.10.1 #135

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
checkPrettier:
name: Check Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check code formatting
run: npx prettier --check .