Skip to content

Commit

Permalink
test minisauras
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjid committed Sep 7, 2020
0 parents commit be1c829
Show file tree
Hide file tree
Showing 10 changed files with 56,948 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: minisauras

on: [push]

jobs:
read:
runs-on: ubuntu-18.04

steps:
- name: Checkout
uses: actions/checkout@v2
- name: minisauras
uses: TeamTigers/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
id: dir
with:
directory: './'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Minisauras Example

This is an example repository that shows the usage of GitHub Action [minisauras](https://github.com/TeamTigers/minisauras) .
Loading

0 comments on commit be1c829

Please sign in to comment.