Skip to content

Commit 3ff23bb

Browse files
committed
Use new GitHub actions syntax
1 parent 116444d commit 3ff23bb

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.github/main.workflow

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

.github/workflows/ruby.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Ruby
2+
3+
on: [push]
4+
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v1
11+
- uses: lautis/rubocop-action@master
12+
name: Lint
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)