mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
chore: remove circleci as tests now run in github actions
This commit is contained in:
committed by
GitHub
parent
2615cab114
commit
76ff7f3b0d
@@ -1,23 +0,0 @@
|
|||||||
version: 2.1
|
|
||||||
|
|
||||||
orbs:
|
|
||||||
python: circleci/python@0.3.2
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-test:
|
|
||||||
executor: python/default
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- python/load-cache
|
|
||||||
- run:
|
|
||||||
command: pip install flake8
|
|
||||||
name: Install dependencies
|
|
||||||
- python/save-cache
|
|
||||||
- run:
|
|
||||||
command: flake8 --ignore=E501
|
|
||||||
name: Lint
|
|
||||||
|
|
||||||
workflows:
|
|
||||||
main:
|
|
||||||
jobs:
|
|
||||||
- build-and-test
|
|
||||||
Reference in New Issue
Block a user