Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
#15 - xcop linter
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Apr 30, 2020
1 parent bd1568a commit be81c63
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: XCOP linter
"on":
push:
branches:
- master
pull_request:
brranches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: g4s8/xcop-action@master

0 comments on commit be81c63

Please sign in to comment.