Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Prettify Syntaxer on #30 in regards to 21439cb #31

Merged
merged 4 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/Enhancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ about: Make a report to add something that will improve the project.
title: "[Enhancement] "
labels: enhancement
assignees: DamianSwanAAJHS2

---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Make a report about an issue.
title: "[Bug] "
labels: bug
assignees: DamianSwanAAJHS2

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/Prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Continuous Integration

# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
9 changes: 0 additions & 9 deletions Explainer.snippet.md

This file was deleted.

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### See [#1](https://github.com/DamianSwanAAJHS2/SillyLittleFiles/discussions/1) for a premade (albeit slow and unstable) file!<br>
### See [#11](https://github.com/DamianSwanAAJHS2/SillyLittleFiles/discussions/11) for a tutorial on how to make files, although this requires some level of critical thinking.
### See [#1](https://github.com/DamianSwanAAJHS2/SillyLittleFiles/discussions/1) for a premade (albeit slow and unstable) file!<br>

### See [#11](https://github.com/DamianSwanAAJHS2/SillyLittleFiles/discussions/11) for a tutorial on how to make files, although this requires some level of critical thinking.

### Technical Links

Onc PM File Source: <a href='https://github.com/DamianSwanAAJHS2/SillyLittleFiles/blob/source/silly.onc'>https://github.com/DamianSwanAAJHS2/SillyLittleFiles/blob/source/silly.onc</a> <br>
Onc File Breakdown: <a href='https://github.com/DamianSwanAAJHS2/SillyLittleFiles/blob/source/silly.onc'>https://chromium.googlesource.com/chromium/src/+/main/components/onc/docs/onc_spec.md</a>
3 changes: 2 additions & 1 deletion sources/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
This is the Public source list of Credentials Here are onc Credentials for importing into Chromium OS Based distros<br>
I indend for 2 types of files to be nested here<br>
<br>

1. `.cred` files, which will be plain text documents including OVPN credentials that manually have to be imported
2. `.onc` files, which are ready to import into the OS via `chrome://network`

To add your own Cred/Onc files feel free to submit a pull request
To add your own Cred/Onc files feel free to submit a pull request
Loading