Skip to content

Update sbt to 1.10.6 in main #150

Update sbt to 1.10.6 in main

Update sbt to 1.10.6 in main #150

Workflow file for this run

---
name: Linter
# Default shell is `sh`
# which is old, use bourne-again version instead
defaults:
run:
shell: bash
on:
pull_request:
jobs:
lint:
name: Lint changes
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
APPLY_FIXES: none
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
fetch-depth: 0
- name: Mega-Linter
id: ml
uses: megalinter/megalinter@v7.1.0
- name: Archive production artifacts
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: Mega-Linter reports
path: |
megalinter-reports
mega-linter.log