mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
13 lines
296 B
YAML
13 lines
296 B
YAML
name: Test
|
|
on: [push]
|
|
|
|
jobs:
|
|
commitlint:
|
|
runs-on: ubuntu-latest
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
|
|
- run: echo -n '' > .dockerignore
|
|
- uses: ./
|