mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-10 00:47:46 +00:00
* chore(lint): funcorder * chore(lint): yamlfmt, ignored broken test yaml files * chore(tests): tests do not output garbage, add coverage * chore(lint): fix editorconfig violations * chore(lint): move from eclint to editorconfig-checker * chore(lint): add pre-commit, run and fix * chore(ci): we use renovate to manage updates
13 lines
274 B
YAML
13 lines
274 B
YAML
---
|
|
name: 'Test Composite Action'
|
|
description: 'Test action for update testing'
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v3
|
|
- name: Setup Node
|
|
uses: actions/setup-node@v3.8.0
|
|
with:
|
|
node-version: '18'
|