Checks if a file named neptun.txt
exists in the root of the repository and it has Neptun code looking content.
Please refer to https://akosdudas.github.io/automated-homework-evaluation/ for the "big picture."
on: [push]
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Check neptun.txt
uses: akosdudas/ahk-action-neptuncheck@v2
If the file with the required content exists, the step will be completed. Otherwise, the step will fail the workflow.
Requirements:
- NodeJS
- Yarn
Development process:
yarn install
- code
yarn run build
- push