Skip to content

Commit d7ce504

Browse files
authored
Merge pull request #122 from dmmiller612/more-cleanup
More cleanup
2 parents e9fc91d + fa0817d commit d7ce504

File tree

5 files changed

+17
-35
lines changed

5 files changed

+17
-35
lines changed

.github/workflows/test.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on: push
4+
5+
jobs:
6+
build:
7+
name: build
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Check out code
12+
uses: actions/checkout@v2
13+
- name: Build docker images
14+
run: docker build -t local-test .
15+
- name: Run tests
16+
run: docker run --rm local-test:latest bash -i -c "pytest"

.travis.yml

-12
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bert Extractive Summarizer
22

3-
[![Build Status](https://travis-ci.com/dmmiller612/bert-extractive-summarizer.svg?branch=master)](https://travis-ci.com/github/dmmiller612/bert-extractive-summarizer)
3+
![Build Status](https://github.com/dmmiller612/bert-extractive-summarizer/actions/workflows/test.yml/badge.svg)
44
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/dmmiller612/bert-extractive-summarizer)
55
<img src="https://img.shields.io/pypi/v/bert-extractive-summarizer.svg" />
66

example_file.txt

-22
This file was deleted.

summarize.py examples/summarize.py

File renamed without changes.

0 commit comments

Comments
 (0)