Skip to content

Commit

Permalink
Merge pull request #41 from SublimeLinter/normalize-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Jul 16, 2022
2 parents cbfa014 + 21ff76c commit 1a77b8a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/python-app.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/tests.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

0 comments on commit 1a77b8a

Please sign in to comment.