Skip to content

Extract transfrom from a DB model only if is selected by the user (#56) #301

Extract transfrom from a DB model only if is selected by the user (#56)

Extract transfrom from a DB model only if is selected by the user (#56) #301

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download glualint
run: |
wget -O glualint.zip https://github.com/FPtje/GLuaFixer/releases/download/1.11.1/glualint-1.11.1-linux.zip
unzip glualint.zip
- name: Lint
run: ./glualint --config .github/workflows/glualint.json