Skip to content

XYZ-12345 Add pipeline actions #1

XYZ-12345 Add pipeline actions

XYZ-12345 Add pipeline actions #1

Workflow file for this run

name: Pipeline
on: [push]
jobs:
generate:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}