Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cschindlbeck committed Jan 8, 2024
1 parent c2b7da9 commit 25266e9
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
name: lint

on:
pull_request:
branches:
- main
on: [push, pull_request]
# on:
# pull_request:
# branches:
# - main

jobs:
lint:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get update
sudo apt-get install luarocks
sudo luarocks install luacheck
- name: Lint
run: luacheck lua/ --globals vim
# - name: Checkout sources
# uses: actions/checkout@v2
# - name: Setup luacheck
Expand All @@ -20,17 +29,6 @@ jobs:
# run: |
# luacheck lua/*


- uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get update
sudo apt-get install luarocks
sudo luarocks install luacheck
- name: Lint
run: luacheck lua/ --globals vim

format:
runs-on: [ubuntu-latest]
steps:
Expand Down

0 comments on commit 25266e9

Please sign in to comment.