Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 796 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 796 Bytes

Ahk Neptun check GitHub Action

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."

Usage

on: [push]

jobs:
  job1:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v1
        with:
          fetch-depth: 1
      - name: Check neptun.txt
        uses: akosdudas/ahk-action-neptuncheck@v1

What happens when added to the workflow

If the file with the required content exists, the step will complete. Otherwise the step will fail the workflow.

Development

Requirements:

  • NodeJS
  • Yarn

Development process:

  1. yarn install
  2. code
  3. yarn run build
  4. push