Skip to content

upgrade the production pmac to the point release 2.6.5 #277

upgrade the production pmac to the point release 2.6.5

upgrade the production pmac to the point release 2.6.5 #277

Workflow file for this run

name: Linter Run
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint Code Base
uses: docker://github/super-linter:v4.8.1
env:
VALIDATE_MD: true
VALIDATE_BASH: true