From 2034b970b649b37347921842b5223a7274e34d89 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 23 Jul 2023 00:26:03 +0000
Subject: [PATCH] configure prettier
---
.github/workflows/ci.yaml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f179eaa..2a6e70c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -6,7 +6,7 @@
- v4-alpha # TODO: update
jobs:
- deploy:
+ build-and-test:
runs-on: ubuntu-22.04
permissions:
contents: write
--
Gitblit v1.10.0