Skip to content

Commit bb1dfd4

Browse files
author
Dmytro Litvinov
authored
Update GitHub action, add badge for GitHub Action CI (typeddjango#45)
1 parent 3eecbaf commit bb1dfd4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: CI
2+
23
on:
34
pull_request:
45
branches: [master]
6+
push:
7+
branches: [master]
8+
59
jobs:
610
Awesome_Lint:
711
runs-on: ubuntu-latest

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
[![Build Status](https://travis-ci.com/typeddjango/awesome-python-typing.svg?branch=master)](https://travis-ci.com/typeddjango/awesome-python-typing)
3+
[![Build Status](https://github.com/typeddjango/awesome-python-typing/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/typeddjango/awesome-python-typing/actions?query=workflow%3ACI)
44

55
Ensure your pull request adheres to the following guidelines:
66

0 commit comments

Comments
 (0)