Skip to content

Commit e29ed8b

Browse files
committed
[UPDATE] gitflows
1 parent 43be07b commit e29ed8b

File tree

3 files changed

+930
-4
lines changed

3 files changed

+930
-4
lines changed

.github/workflows/prettier.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Lint
1+
name: Prettier
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ['main']
55
pull_request:
66
workflow_dispatch:
77
jobs:
8-
lint:
8+
prettier:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4.2.1

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# json-serve-api

0 commit comments

Comments
 (0)