Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Mar 2, 2021
2 parents e9219c0 + 5a7b9ef commit 7438f9b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build-deploy:
runs-on: ubuntu-latest
env:
working-directory: ./presentation
steps:
- name: Checkout
uses: actions/checkout@master
- name: Markup Link Checker (mlc)
uses: becheran/[email protected]
with:
args: -d

0 comments on commit 7438f9b

Please sign in to comment.