ci: automatic import workflow #4

Closed
KeziahMoselle wants to merge 4 commits from ci-add-import into main
1 changed files with 1 additions and 18 deletions
Showing only changes of commit 6cb44237f3 - Show all commits

View File

@ -5,7 +5,7 @@ on:
- cron: "0 0 * * 0"
jobs:
emblems:
costumes:
runs-on: ubuntu-latest
@ -22,23 +22,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run import:emblems
costumes:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run import:costumes
weapons: