mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
.
This commit is contained in:
parent
2cbe3e7b1b
commit
3746484013
2 changed files with 15 additions and 14 deletions
24
.github/workflows/lint-yaml.yml
vendored
24
.github/workflows/lint-yaml.yml
vendored
|
@ -1,12 +1,12 @@
|
|||
name: Lint YAML
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Lint action.yml
|
||||
uses: ibiqlik/action-yamllint@master
|
||||
with:
|
||||
file_or_dir: action.yml
|
||||
config_file: yaml-lint-config.yml
|
||||
# name: Lint YAML
|
||||
# on: [pull_request]
|
||||
# jobs:
|
||||
# lint:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Lint action.yml
|
||||
# uses: ibiqlik/action-yamllint@master
|
||||
# with:
|
||||
# file_or_dir: action.yml
|
||||
# config_file: yaml-lint-config.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue