Skip to content

wrangler: 3.81.0 -> 3.83.0 #12

wrangler: 3.81.0 -> 3.83.0

wrangler: 3.81.0 -> 3.83.0 #12

Workflow file for this run

name: "Eval"
on:
push:
branches: 'master'
pull_request_target:
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- uses: "cachix/install-nix-action@V28"
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Check formatting
run: nix fmt -- -c .