diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-12-11 10:45:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 10:45:01 -0500 |
commit | bda4e085608373414e7403772d63fc3881f107d0 (patch) | |
tree | 80a98ca266b4dd7c74c76983ac94c69a63432c6d /.github/workflows | |
parent | 7402c5178e77caf6a8496891bdb28465ad9b4c95 (diff) | |
download | NotEnoughUpdates-REPO-bda4e085608373414e7403772d63fc3881f107d0.tar.gz NotEnoughUpdates-REPO-bda4e085608373414e7403772d63fc3881f107d0.tar.bz2 NotEnoughUpdates-REPO-bda4e085608373414e7403772d63fc3881f107d0.zip |
Change JSON Lint & fixed Turbo Books (#323)
* Update Turbo Book Reqs
* Update main.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0554d9c3..8cff2e91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: JSON # Controls when the action will run. on: |