Skip to content

Commit ed876d0

Browse files
Replaced Travis with Github Actions (#18)
1 parent 856ff78 commit ed876d0

File tree

4 files changed

+24
-11
lines changed

4 files changed

+24
-11
lines changed

Diff for: .github/FUNDING.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# These are supported funding model platforms
2+
3+
github: andersevenrud
4+
patreon: andersevenrud
5+
open_collective: osjs
6+
liberapay: os-js
7+
custom: https://paypal.me/andersevenrud

Diff for: .github/workflows/lint.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint tests
2+
on: [push, pull_request]
3+
jobs:
4+
build:
5+
name: Lint tests (node latest)
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: actions/setup-node@v1
10+
with:
11+
node-version: '13.x'
12+
- run: npm install
13+
- run: npm run eslint

Diff for: .travis.yml

-7
This file was deleted.

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<img alt="OS.js Logo" src="https://raw.githubusercontent.com/os-js/gfx/master/logo-big.png" />
33
</p>
44

5-
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.
5+
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
66

77
[![Support](https://img.shields.io/badge/patreon-support-orange.svg)](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
8-
[![Back](https://opencollective.com/osjs/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/osjs)
9-
[![Sponsor](https://opencollective.com/osjs/tiers/sponsor/badge.svg?label=sponsor&color=brightgreen)](https://opencollective.com/osjs)
8+
[![Support](https://img.shields.io/badge/opencollective-donate-red.svg)](https://opencollective.com/osjs)
109
[![Donate](https://img.shields.io/badge/liberapay-donate-yellowgreen.svg)](https://liberapay.com/os-js/)
1110
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://paypal.me/andersevenrud)
1211
[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.os-js.org/)
@@ -26,9 +25,10 @@ npm run package:discover
2625

2726
## Contribution
2827

28+
* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
2929
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
3030
* **Support on [Open Collective](https://opencollective.com/osjs)**
31-
* [Contribution Guide](https://github.com/os-js/OS.js/blob/v3/CONTRIBUTING.md)
31+
* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)
3232

3333
## Documentation
3434

0 commit comments

Comments
 (0)