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

Migration to GitHub Actions #95

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
536219d
tried a mdl
Apr 14, 2021
5f65960
replaced gem with pipenv
Apr 14, 2021
5423589
trying new
Apr 14, 2021
72fbcc3
trying one with gem only
Apr 14, 2021
c53f859
fixed above
Apr 14, 2021
23a3c82
pip
zoe9078 Apr 15, 2021
6528a06
Merge branch 'issue#28' of github.com:Allegheny-Ethical-CS/GatorMiner…
zoe9078 Apr 15, 2021
b133a92
Deleted travis.yml. testing main.yml.
zoe9078 Apr 15, 2021
5beac10
testing other commands
zoe9078 Apr 15, 2021
4014d0e
Adjusting syntax line 11
zoe9078 Apr 15, 2021
60c60df
tried markdown linter
Apr 20, 2021
26a2a1b
tryign a markdown linter
Apr 20, 2021
abfbaf7
trying again
Apr 20, 2021
5116897
added space for linter
Apr 20, 2021
af78a56
messed with a bunch of them
Apr 20, 2021
82cd294
fixed
Apr 20, 2021
f9ee9f6
messed with various files
Apr 20, 2021
f8e593f
fixed the various files
Apr 20, 2021
4da4a66
should be same
Apr 20, 2021
99f87ea
fixing??
Apr 20, 2021
8f95ce7
reverting
Apr 20, 2021
5d677c0
fixing?
Apr 20, 2021
c74deef
fixing
Apr 20, 2021
27c40f9
issue#28 added
Apr 20, 2021
1f5725d
fix?
Apr 20, 2021
908beb0
reverting
Apr 20, 2021
3985147
using master's
Apr 20, 2021
4f4a826
spacing
Apr 20, 2021
73e9c5f
reverting to main
Apr 20, 2021
d1620d9
adding branch details
Apr 20, 2021
187d388
removed detail
Apr 20, 2021
9ddcb37
readding
Apr 20, 2021
19bf9b1
removed
Apr 20, 2021
2b1d5d0
adding markdown linter
Apr 20, 2021
610a3bf
testing our linter
Apr 20, 2021
7a36017
reverting
Apr 20, 2021
d377b53
trying something new
Apr 20, 2021
afeea32
adding spaces
Apr 20, 2021
7b414df
reverting changes to markdown files
Apr 20, 2021
85d1f02
deleted line 25
Apr 20, 2021
77bf40a
tried a fix
Apr 20, 2021
08de5bf
adding spaces
Apr 20, 2021
4f0853a
trying a gatorgrader version of this file
Apr 20, 2021
56959b0
spacing?
Apr 20, 2021
2169ae7
trying a linter
Apr 20, 2021
0451aef
this should make the linter fail with a red X.
Apr 20, 2021
4c785ad
it didn't work.
Apr 20, 2021
ee8aff0
reverting all. should pass both Ubuntu checks
Apr 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [Ubuntu, MacOS]
os: [Ubuntu, MacOS, Windows]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
# install dependencies according to the lock file
pipenv install --dev --ignore-pipfile --python ${{ steps.setup-python.outputs.python-version }}
pipenv install --dev --skip-lock --python ${{ steps.setup-python.outputs.python-version }}
pipenv run python -m spacy download en_core_web_sm
- name: Run test with pytest
run: |
Expand All @@ -35,3 +35,7 @@ jobs:
run: |
pipenv run pylint src
pipenv run pylint tests
- name: Check out code
uses: actions/checkout@main
- name: Run mdl
uses: actionshub/markdownlint@main
Empty file added .github/workflows/style.rb
Empty file.
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

Loading