Skip to content

Merge pull request #548 from GratefulAmadeus/patch-50 #907

Merge pull request #548 from GratefulAmadeus/patch-50

Merge pull request #548 from GratefulAmadeus/patch-50 #907

Workflow file for this run

name: Ensure Formatting
on:
push:
branches:
- "**"
jobs:
ensure-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run validation script
run: node ./ci.js