Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b31e8f7

Browse files
authored
Merge pull request #51 from SublimeLinter/standardize-new-org-member
2 parents 1066cac + 4f8272d commit b31e8f7

4 files changed

Lines changed: 23 additions & 14 deletions

File tree

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[flake8]
2-
max-line-length = 120
2+
max-line-length = 100

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
9+
jobs:
10+
check-messages:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: kaste/upgrade-messages-test-action@v1
15+
16+
lint:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v3
20+
- uses: TrueBrain/actions-flake8@v2

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
SublimeLinter-contrib-mypy
22
==========================
33

4-
[![Build Status](https://travis-ci.org/fredcallaway/SublimeLinter-contrib-mypy.svg?branch=master)](https://travis-ci.org/fredcallaway/SublimeLinter-contrib-mypy)
4+
[![tests](https://github.com/SublimeLinter/SublimeLinter-mypy/actions/workflows/ci.yml/badge.svg)](https://github.com/SublimeLinter/SublimeLinter-mypy/actions/workflows/ci.yml)
5+
56

67
This linter plugin for [SublimeLinter][docs] provides an interface to [mypy](http://mypy-lang.org). It will be used with files that have the "python" syntax.
78

0 commit comments

Comments
 (0)