Skip to content

Disable pushing translations with release #80

Disable pushing translations with release

Disable pushing translations with release #80

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v1
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: "--codes --ranges -q"