Migrate from TravisCI to GitHub Actions

This commit is contained in:
pe3zx 2019-10-21 23:17:03 +07:00
parent dcd01f3054
commit 49ccfcd314
3 changed files with 3 additions and 10 deletions

View File

@ -1,4 +1,4 @@
name: Ruby
name: my-infosec-awesome
on: [push]
@ -11,7 +11,7 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Build and test with Rake
- name: Build and test with awesome_bot
run: |
gem install awesome_bot
awesome_bot README.md --white-list LICENSE,emailrep.io --allow-ssl --allow-redirect

View File

@ -1,7 +0,0 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --white-list LICENSE,emailrep.io --allow-ssl --allow-redirect

View File

@ -4,7 +4,7 @@
<img src="cover.png">
</p>
<p align="center"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" /> <a href="https://travis-ci.org/pe3zx/my-infosec-awesome"><img src="https://travis-ci.org/pe3zx/my-infosec-awesome.svg?branch=master" /></a> <img src="https://img.shields.io/github/last-commit/pe3zx/my-infosec-awesome.svg"/> </p>
<p align="center"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" /> <a href="https://github.com/pe3zx/minemeld-node-prototypes/actions"><img src="https://github.com/pe3zx/my-infosec-awesome/workflows/Ruby/badge.svg" /></a> <img src="https://img.shields.io/github/last-commit/pe3zx/my-infosec-awesome.svg"/> </p>
This repository is created as an online bookmark for useful links, resources and tools in infosec field which serve my needs to have a searchable page to look further.