Skip to content

Update regression-cron.yaml #19

Update regression-cron.yaml

Update regression-cron.yaml #19

Workflow file for this run

name: Code Formatting
on:
push:
pull_request:
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Check code formatting
run: npm run check