Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9331dd1

Browse files
committedFeb 12, 2021
run pre-commit (prettier)
1 parent 3c72037 commit 9331dd1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+863
-953
lines changed
 

‎.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
command: |
2525
docker run --rm -it -v $PWD/dockerfiles:/io jupyterhub/jupyterhub python3 /io/test.py
2626
27-
2827
# Tell CircleCI to use this workflow when it builds the site
2928
workflows:
3029
version: 2

‎.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
echo "or after-the-fact on already committed files with"
5252
echo " pre-commit run --all-files"
5353
54-
5554
# Run "pytest jupyterhub/tests" in various configurations
5655
pytest:
5756
runs-on: ubuntu-20.04
@@ -131,7 +130,6 @@ jobs:
131130
echo "JUPYTERHUB_SINGLEUSER_APP=jupyterhub.tests.mockserverapp.MockServerApp" >> $GITHUB_ENV
132131
fi
133132
- uses: actions/checkout@v2
134-
135133
# NOTE: actions/setup-node@v1 make use of a cache within the GitHub base
136134
# environment and setup in a fraction of a second.
137135
- name: Install Node v14

0 commit comments

Comments
 (0)