Skip to content

Commit

Permalink
Merge pull request #1 from rommapp/markdown-updates
Browse files Browse the repository at this point in the history
Run trunk on markdown files
  • Loading branch information
gantoine committed May 21, 2024
2 parents 9cbc822 + 2d5d7bf commit af33716
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy Nuxt site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: pages
cancel-in-progress: false

jobs:
Expand Down
8 changes: 4 additions & 4 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
community@romm.fastmail.com.
<community@romm.fastmail.com>.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down Expand Up @@ -118,13 +118,13 @@ the community.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
<https://www.contributor-covenant.org/faq>. Translations are available at
<https://www.contributor-covenant.org/translations>.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![opengraph image](https://raw.githubusercontent.com/rommapp/marketing-site/main/public/images/og/og-image.png)

### This is the source code for the RomM Project website, hosted at [romm.app](https://romm.app).
## This is the source code for the RomM Project website, hosted at [romm.app](https://romm.app)

## Setup
### Setup

Make sure to install the dependencies:

Expand All @@ -13,7 +13,7 @@ Make sure to install the dependencies:
npm install
```

## Development
### Development

This site is built with [Nuxt.js](https://nuxtjs.org/) + [Tailwind CSS](https://tailwindcss.com/) + [PrimeVue](https://www.primefaces.org/primevue/) + [TypeScript](https://www.typescriptlang.org/).

Expand All @@ -24,7 +24,7 @@ Start the development server on `http://localhost:3000`:
npm run dev
```

## Production
### Production

The site automatically deploys to GitHub pages using GitHub Actions, when pushing to the `main` branch.

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Thanks for helping make RomM safer for everyone.

## Reporting Security Issues

Thanks for helping make RomM safer for everyone.

If you believe you have found a security vulnerability in RomM, please report it to us through coordinated disclosure.

**Do not report security vulnerabilities through public GitHub issues, discussions, pull requests, or on our public Discord server.**
Expand Down

0 comments on commit af33716

Please sign in to comment.