Skip to content

Commit

Permalink
Create luals.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT authored Apr 12, 2024
1 parent e1008bb commit 9b1eca8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/luals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: luals-checker

on:
push:
branches:
- master
tags:
- "*"
pull_request:
branches:
- master

run-name: LuaLS Check
jobs:
LuaLS-checker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: ./workspace
- name: LuaLS check
uses: DeadlyBossMods/LuaLS-config@main
with:
luals-ref: 5623a84ea9a2b27dd7121f88dd995389c702eac1
luals-check-dir: ${{ github.workspace }}/workspace
- name: Send Status to Discord
uses: nebularg/actions-discord-webhook@v1
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
if: ${{ github.event_name != 'pull_request' && failure() }}

0 comments on commit 9b1eca8

Please sign in to comment.