Skip to content

Commit

Permalink
Setting up test flow + adding codeowners + adding .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed May 29, 2024
1 parent 5f8bebe commit 087b640
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @alexcos20 @bogdanfazakas @jamiehewitt15 @mariacarmina @paulo-ocean
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Test Flow

on:
pull_request:
branches:
- main

jobs:
build-and-lint:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'

- name: Install dependencies
run: npm install

- name: Run build
run: npm run build

- name: Run lint
run: npm run lint
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.19.0
14 changes: 14 additions & 0 deletions downloads/unknownfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>abstract10.xml.gz</title>
<link>http://download.wikimedia.org/enwiki/20231201</link>
<description>Wikimedia dump updates for enwiki</description>
<item>
<title>http://download.wikimedia.org/enwiki/20231201</title>
<link>http://download.wikimedia.org/enwiki/20231201</link>
<description>&lt;a href="http://download.wikimedia.org/enwiki/20231201/enwiki-20231201-abstract10.xml.gz"&gt;enwiki-20231201-abstract10.xml.gz&lt;/a&gt;</description>
<pubDate>Sat, 02 Dec 2023 16:55:47 GMT</pubDate>
</item>
</channel>
</rss>

0 comments on commit 087b640

Please sign in to comment.