Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from LowlyDBA/add-add-accessibility-github-action
Browse files Browse the repository at this point in the history
add action-accessibility workflow
  • Loading branch information
SQLDBAWithABeard authored Dec 21, 2020
2 parents 36c691d + 69a9e6d commit 686801e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/action-accessibility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# https://github.com/GeopJr/action-accessibility

name: Action Accessibility
on:
pull_request:
types: [opened, edited]
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: GeopJr/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 686801e

Please sign in to comment.