Skip to content

Commit

Permalink
Use new GitHub actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Sep 25, 2019
1 parent 116444d commit 3ff23bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/main.workflow

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Ruby

on: [push]

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: lautis/rubocop-action@master
name: Lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3ff23bb

Please sign in to comment.