File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ push
4+
5+ jobs :
6+ ci :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Checkout
10+ uses : actions/checkout@v2
11+ - name : Install Dependencies
12+ run : yarn install
13+ - name : Run Linters
14+ run : yarn lint
15+ - name : Build Package
16+ run : yarn build
Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v2
1212 - name : Install Dependencies
1313 run : yarn install
14+ - name : Build Package
15+ run : yarn build
1416 - name : Run Action
1517 uses : ./
1618 with :
Original file line number Diff line number Diff line change 22 <h1 >☝ update-version</h1 >
33 <p >Update your files version field on new releases</p >
44 <p align =" center " >
5+ <img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/pocket-studios/action-update-version/ci">
56 <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/pocket-studios/action-update-version">
7+ <img alt="GitHub" src="https://img.shields.io/github/license/pocket-studios/action-update-version">
68 </p >
79</div >
810
You can’t perform that action at this time.
0 commit comments