Skip to content

Add archive sheet and rename to Build.bas #6

Add archive sheet and rename to Build.bas

Add archive sheet and rename to Build.bas #6

Workflow file for this run

name: Lint VBA
on:
push:
branches:
- main
- dev
pull_request:
jobs:
test-and-static-analysis:
name: Test and Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
uses: DecimalTurn/lint-vba@main
with:
path: './src'