Skip to content

Commit edac173

Browse files
authored
Merge branch 'pidcodes:master' into add-0xCB-Helios
2 parents 9ca670f + 9d53445 commit edac173

File tree

26 files changed

+136
-18
lines changed

26 files changed

+136
-18
lines changed

.github/workflows/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
2+
version: 2
3+
4+
updates:
5+
# Configure check for outdated GitHub Actions actions in workflows.
6+
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
7+
- package-ecosystem: github-actions
8+
directory: / # Check the repository's workflows under /.github/workflows/
9+
schedule:
10+
interval: daily

.github/workflows/htmlproofer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
HTMLPROOFER_OPTIONS: './_site --internal-domains=pid.codes --check-html --check-opengraph --report-missing-names --log-level=:debug --url-ignore /www.andreas.org/,/www.kbles.ru/,/github.com\/KK2345\/TinyPassword$/,/github.com\/KK2345\/TinyPassword\/blob\/master\/README.md/,/www.oshec.org/,/github.com\/xuio\/Cynteract$/,/github.com\/mattomatto\/craft$/,/triparts.strikingly.com$/,/facebook.com/varioskybean$/'
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-ruby@v1
11+
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: '2.6'
1414
- uses: actions/cache@v2

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/setup-python@v2
1010
with:
1111
python-version: '3.x'
12-
- run: python3 -m test.validate_pids
12+
- run: pip install -r requirements.txt; python3 -m test.validate_pids
1313

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
_site/
22
.sass-cache/
33
.DS_Store
4-
test/__pycache__
4+
/test/__pycache__
5+
/.bundle
6+
/vendor
7+
/Gemfile.lock
8+
/.jekyll-metadata

1209/2019/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: 2019
2+
layout: pid
33
title: PunchBOOT
44
owner: jop
55
license: BSD-3

1209/414C/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: pid
3-
title: *uino-32u4
3+
title: "uino-32u4"
44
owner: adilinden
55
license: CC BY-SA
66
site: https://github.com/adilinden/uino-32u4

1209/414D/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: pid
3-
title: *uino-1284p
3+
title: "*uino-1284p"
44
owner: adilinden
55
license: CC BY-SA
66
site: https://github.com/adilinden/uino-1284p
@@ -10,4 +10,4 @@ source: https://github.com/adilinden/uino-arduino
1010

1111
The *uino-1284p board utilizes the ATmega1284P microcontroller. The main goal of this project is to be able to access more memory, both FLASH and RAM, while keeping the Arduino UNO compatible board size and I/O assignments.
1212

13-
The *uino-1284p uses a ATmega8U4 programmed with USB serial bridge firmware for uploading of scetches and serial console.
13+
The *uino-1284p uses a ATmega8U4 programmed with USB serial bridge firmware for uploading of scetches and serial console.

1209/5955/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: pid
3+
title: Sckzor's 2.4ish GHz radar
4+
owner: sckzor
5+
license: MIT
6+
site: http://www.sckz.org/
7+
source: http://github.com/sckzor/RadarProject/
8+
---
9+

1209/6F78/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: pid
3+
title: oxikey HID
4+
owner: OxideKeyboard
5+
license: MIT
6+
site: http://www.oxidekeyboard.com
7+
source: https://github.com/n8tlarsen/oxikey
8+
---
9+

1209/6F79/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: pid
3+
title: oxikey MSC
4+
owner: OxideKeyboard
5+
license: MIT
6+
site: http://www.oxidekeyboard.com
7+
source: https://github.com/n8tlarsen/oxikey
8+
---

0 commit comments

Comments
 (0)