Skip to content

Commit

Permalink
Merge pull request #1 from AdamDubnytskyy/awesome-search-actions
Browse files Browse the repository at this point in the history
awesome search actions wip
  • Loading branch information
AdamDubnytskyy authored Nov 25, 2020
2 parents 3ecdb66 + 3281816 commit a30504f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/awesome-search-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This is a basic workflow to help you get started with Actions

name: CI

on:
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
check-links:
runs-on: ubuntu-18.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

0 comments on commit a30504f

Please sign in to comment.