mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
format project
This commit is contained in:
@@ -27,8 +27,8 @@ jobs:
|
||||
commit_message: "build: dereferenced Plex Media Server API Spec updated"
|
||||
skip_checkout: true
|
||||
skip_fetch: true
|
||||
add_options: '-f'
|
||||
file_pattern: './output/*.yaml'
|
||||
add_options: "-f"
|
||||
file_pattern: "./output/*.yaml"
|
||||
skip_dirty_check: true
|
||||
|
||||
- name: Pushes Dereferenced Specification File
|
||||
@@ -42,4 +42,3 @@ jobs:
|
||||
user_email: lukeslakemail@gmail.com
|
||||
user_name: lukehagar
|
||||
commit_message: Updating PMS Spec
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
name: 'Project Setup'
|
||||
description: 'Setup Bun and install dependencies'
|
||||
name: "Project Setup"
|
||||
description: "Setup Bun and install dependencies"
|
||||
runs:
|
||||
using: 'composite'
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: "latest"
|
||||
- name: Clean install node_modules
|
||||
shell: bash
|
||||
run: bun install
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: "latest"
|
||||
- name: Clean install node_modules
|
||||
shell: bash
|
||||
run: bun install
|
||||
|
||||
Reference in New Issue
Block a user