Skip to content

All ncc output js files should have LF endings (#21) #2

All ncc output js files should have LF endings (#21)

All ncc output js files should have LF endings (#21) #2

Workflow file for this run

name: "Test compiled action"
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Test action
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: "./.github/shared/functional-tests"