Skip to content

Bump luxon from 3.0.3 to 3.2.1 #119

Bump luxon from 3.0.3 to 3.2.1

Bump luxon from 3.0.3 to 3.2.1 #119

Workflow file for this run

name: Check formatting
on:
push:
pull_request:
jobs:
check:
name: Check code formatting and run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "17"
- uses: pnpm/action-setup@v2
with:
version: latest
run_install: true
- name: Check formatting
run: pnpm run check-formatting