forked from glitch-soc/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mastodon.galileivr.org' of https://github.com/ciao1092/…
…mastodon.galileivr.org into mastodon.galileivr.org
- Loading branch information
Showing
41 changed files
with
350 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Check formatting | ||
on: | ||
push: | ||
pull_request: | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Clone repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Javascript environment | ||
uses: ./.github/actions/setup-javascript | ||
|
||
- name: Check formatting with Prettier | ||
run: yarn format:check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: CSS Linting | ||
on: | ||
push: | ||
branches-ignore: | ||
- 'dependabot/**' | ||
- 'renovate/**' | ||
paths: | ||
- 'package.json' | ||
- 'yarn.lock' | ||
- '.nvmrc' | ||
- '.prettier*' | ||
- 'stylelint.config.js' | ||
- '**/*.css' | ||
- '**/*.scss' | ||
- '.github/workflows/lint-css.yml' | ||
- '.github/stylelint-matcher.json' | ||
|
||
pull_request: | ||
paths: | ||
- 'package.json' | ||
- 'yarn.lock' | ||
- '.nvmrc' | ||
- '.prettier*' | ||
- 'stylelint.config.js' | ||
- '**/*.css' | ||
- '**/*.scss' | ||
- '.github/workflows/lint-css.yml' | ||
- '.github/stylelint-matcher.json' | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Clone repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Javascript environment | ||
uses: ./.github/actions/setup-javascript | ||
|
||
- uses: xt0rted/stylelint-problem-matcher@v1 | ||
|
||
- run: echo "::add-matcher::.github/stylelint-matcher.json" | ||
|
||
- name: Stylelint | ||
run: yarn lint:css | ||
<<<<<<< HEAD | ||
|
||
======= | ||
>>>>>>> 0d55610f9610b9fd84e393e5821184401a97b71b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Mastodon Glitch Edition | ||
# [mastodon.galileivr.org](https://mastodon.galileivr.org) | ||
|
||
Source code for [Galiverso](https://mastodon.galileivr.org) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.