We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eecbaf commit bb1dfd4Copy full SHA for bb1dfd4
2 files changed
.github/workflows/linter.yml
@@ -1,7 +1,11 @@
1
name: CI
2
+
3
on:
4
pull_request:
5
branches: [master]
6
+ push:
7
+ branches: [master]
8
9
jobs:
10
Awesome_Lint:
11
runs-on: ubuntu-latest
contributing.md
@@ -1,6 +1,6 @@
# Contributing
-[](https://travis-ci.com/typeddjango/awesome-python-typing)
+[](https://github.com/typeddjango/awesome-python-typing/actions?query=workflow%3ACI)
Ensure your pull request adheres to the following guidelines:
0 commit comments