Skip to content

Merge pull request #11 from parndt/patch-1 #16

Merge pull request #11 from parndt/patch-1

Merge pull request #11 from parndt/patch-1 #16

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Action CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Verify action syntax
# The action should not publish any real changes, but should succeed.
uses: './'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}