Merge pull request #17 from beeb89gang/feat/danknessificator #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TODO: This CI checks if sexy amogus is present in the head of each file | |
name: Absolute Useful CI | |
on: | |
push: | |
paths-ignore: | |
- 'docs/**' | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- run: echo "implement me you fu*king donkey" | |