Skip to content

Commit e4dfca4

Browse files
style: Code Formatting Workflow
Either triggered by cron or workflow_dispatch
1 parent f917f6f commit e4dfca4

File tree

7 files changed

+547
-455
lines changed

7 files changed

+547
-455
lines changed

docs/CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
sidebar_position: 2
33
id: contributing
44
title: Contributing to TimerX
5-
65
---
76

87
# Contributing to TimerX

docs/docs/compile.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
sidebar_position: 3
33
slug: compile
44
title: Compiling TimerX
5-
65
---
76

87
# Compiling TimerX from source

docs/docusaurus.config.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
99
title: "TimerX",
10-
tagline:
11-
"A fluent Timer App, made completely in Python",
10+
tagline: "A fluent Timer App, made completely in Python",
1211
url: "https://timerx.netlify.app",
1312
baseUrl: "/",
1413
onBrokenLinks: "warn",
@@ -126,11 +125,11 @@ const config = {
126125
}),
127126
};
128127

129-
module.exports = config,
128+
(module.exports = config),
130129
{
131130
presets: [
132131
{
133-
customCss: [require.resolve('./src/css/custom.css')],
132+
customCss: [require.resolve("./src/css/custom.css")],
134133
},
135134
],
136135
themeConfig: {

0 commit comments

Comments
 (0)