Skip to content

Commit

Permalink
Merge pull request #51 from SublimeLinter/standardize-new-org-member
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Aug 30, 2022
2 parents 1066cac + 4f8272d commit b31e8f7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
max-line-length = 120
max-line-length = 100
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches:
- master
pull_request:

jobs:
check-messages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: kaste/upgrade-messages-test-action@v1

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: TrueBrain/actions-flake8@v2
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
SublimeLinter-contrib-mypy
==========================

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


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.

Expand Down

0 comments on commit b31e8f7

Please sign in to comment.