mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-23 20:05:32 +00:00
Initial commit
This commit is contained in:
parent
551cf17d91
commit
37c45447e4
20 changed files with 6242 additions and 0 deletions
20
.github/workflows/workflow.yml
vendored
Normal file
20
.github/workflows/workflow.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: Test Cache Action
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- run: npm ci
|
||||
|
||||
- name: Prettier Format Check
|
||||
run: npm run format-check
|
||||
|
||||
- name: Build & Test
|
||||
run: npm run test
|
Loading…
Add table
Add a link
Reference in a new issue