Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the specification of a directory containing the gatorgrade.yml file #2

Open
gkapfham opened this issue Aug 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@gkapfham
Copy link

Hello @mariakimheinert and @Michionlion and @burgess01!

Thanks for your work on this GitHub Action, I really appreciate it.

I noticed that in the documentation and in the actual implementation of this GitHub Action it seems as though you cannot specify the directory that contains the gatorgrade.yml file. For instance, the following example does not allow the specification of a directory that would contain the gatorgrade.yml file. Would this be possible to add? Thanks for any suggestions that you have!

name: Grader
on: [push]
jobs:
    grade:
        run-on: ubuntu-latest
        steps:
            - name: Checkout repository
                uses: actions/checkout@v2
            - name: Run Gatorgrade
                uses: GatorEducator/gatorgrade-action@v1
@gkapfham gkapfham added enhancement New feature or request question Further information is requested labels Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants