mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2025-01-20 12:31:34 -05:00
Migrate from TravisCI to GitHub Actions
This commit is contained in:
parent
dcd01f3054
commit
49ccfcd314
4
.github/workflows/awesome.yml
vendored
4
.github/workflows/awesome.yml
vendored
@ -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
|
||||
|
@ -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
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user