Skip to content

Bump express from 4.19.2 to 4.21.0 in /web/features #1650

Bump express from 4.19.2 to 4.21.0 in /web/features

Bump express from 4.19.2 to 4.21.0 in /web/features #1650

Workflow file for this run

name: fmt
on:
pull_request:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Check
run: cargo fmt --all -- --check