Skip to content

Refs #11. Renamed "index" variable names into "_idx" to prevent conflicts #2917

Refs #11. Renamed "index" variable names into "_idx" to prevent conflicts

Refs #11. Renamed "index" variable names into "_idx" to prevent conflicts #2917

Workflow file for this run

---
name: Compile
# yamllint disable-line rule:truthy
on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
Compile:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Compile
uses: fx31337/mql-compile-action@master
with:
init-platform: true
verbose: true
- name: Print compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
shell: powershell