Skip to content
Open
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
21 changes: 21 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'

jobs:
link-checker:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2

- name: Fail if there are errors in links
run: exit ${{ steps.lychee.outputs.exit_code }}
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<a name="awesome-open-hydrology"></a>
> Open (Eco-)Hydrology is (mostly) [awesome](awesome.md).

[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://travis-ci.org/Open-Environmental-Science/awesome-open-hydrology.svg?branch=master)](https://travis-ci.org/Open-Environmental-Science/awesome-open-hydrology) [![Contributions](https://img.shields.io/github/issues-pr-closed-raw/Open-Environmental-Science/awesome-open-hydrology.svg?label=contributions)](https://github.com/Open-Environmental-Science/awesome-open-hydrology/pulls) [![Commits](https://img.shields.io/github/last-commit/Open-Environmental-Science/awesome-open-hydrology.svg?label=last%20contribution)](https://github.com/Open-Environmental-Science/awesome-open-hydrology/commits/master) [![License](https://img.shields.io/github/license/Open-Environmental-Science/awesome-open-hydrology.svg)](https://github.com/Open-Environmental-Science/awesome-open-hydrology/blob/master/LICENSE)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
[![Contributions](https://img.shields.io/github/issues-pr-closed-raw/Open-Environmental-Science/awesome-open-hydrology.svg?label=contributions)](https://github.com/Open-Environmental-Science/awesome-open-hydrology/pulls)
[![License](https://img.shields.io/github/license/Open-Environmental-Science/awesome-open-hydrology.svg)](https://github.com/Open-Environmental-Science/awesome-open-hydrology/blob/master/LICENSE)

Inspired by the below-mentioned list for geoscience by [softwareunderground](https://github.com/softwareunderground), we made a specific list of open hydrology-relevant projects. This list is curated from repositories that make our lives as (eco-)hydrologists easier. We add the ![Awesome](media/icon/awesome.png) label to repositories that are in accordance with the [awesome](awesome.md) manifesto. This is a community effort, so please [contribute](contributing.md)!

Expand Down