Skip to content

Commit 39527d5

Browse files
committed
Updated config files.
1 parent 9db0a39 commit 39527d5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/octocheese.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: 0 12 * * 2,4,6
99

1010
jobs:
11-
test:
11+
Run:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: domdfcoding/octocheese@master

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
12+
- id: fix-byte-order-marker
1213
- id: check-byte-order-marker
1314
- id: check-case-conflict
1415
- id: check-executables-have-shebangs
@@ -19,12 +20,12 @@ repos:
1920
- id: check-symlinks
2021
- id: check-vcs-permalinks
2122
- id: detect-private-key
22-
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- id: mixed-line-ending
25+
- id: end-of-file-fixer
2526

2627
- repo: https://github.com/domdfcoding/pre-commit-hooks
27-
rev: v0.1.1
28+
rev: v0.1.4
2829
hooks:
2930
- id: requirements-txt-sorter
3031
args:

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is managed by 'repo_helper'. Don't edit it directly.
22
---
33

4+
os: linux
45
language: python
56
dist: focal
67
cache: pip
@@ -62,7 +63,7 @@ jobs:
6263
tags: true
6364
repo: domdfcoding/domdf_python_tools
6465
provider: pypi
65-
user: "DomDF"
66+
username: "DomDF"
6667
password:
6768
secure: GQVX7JKDfUWcHQzjmZ8yadF4eIM/AUaXu/Zl8U2hwhB6NavbzUayvMXalT+pfgZ6NaWFMPZOETlxv5d+hf98Io/5HIV4i1KB98ze90KXpUU2Icz7IdxWDWGhc36Vkhb7hU0HUfXLu8WxcxQCJB3t7uIB9SO36dh/cMayW5YvBy3HhluaTvgLax4nOJYjN/FJCgs9kTCBYrjJzheS0pgj37bXZCrB06H0bsxgnbaAiL8FiG6tgJLABDLfqPhtJgVRhtdYeuqGv31/OV0vkj1zG6bExp9ENQ4/5L7FijLRznW+DnsRJt6BdTBtxNxK+v1ZccTdVJzTzhoUH/TbXdI+qtBeatTYz880du7TujKoxfFxGZ9+bSaYURaClMHn7/Ndj7ioj5f51jLf8+BCEk3cWEfUL7yeKF6RBWLww6cFKQ9yDNOiXgrsndz6Oh535LV28rKXS1qeGBppMAv09RmR/YfHu+XMp5yWa+vDwjmrQDH7qEkA3wYYMfMRnwi9+LrOHtS7IqFkgbAXZPmh3C0X1UEqD4cuARcyD9FRU2PAXM1tBprxEFi1L/sv4O8KRP+I3jXXsBHTmzbWWVqXiySGOlX6R9vOma35WS3mkllS/Oz7IyhUtONrwpaLHnuBLKMgi+RnsoEYgLx6KgSXVSQ0JUZq8cP2yewC8nx626w675w=
6869
distributions: "sdist bdist_wheel"

0 commit comments

Comments
 (0)