Skip to content

Bump super-linter/super-linter from 6 to 7 #28

Bump super-linter/super-linter from 6 to 7

Bump super-linter/super-linter from 6 to 7 #28

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
checks: write
jobs:
test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Test Local Action
id: test-action
uses: ./
- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.result }}"