mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-20 02:03:59 +02:00
Make sure repo init script works on CI
This commit is contained in:
parent
0328229d6f
commit
5a3b1b260c
1 changed files with 12 additions and 0 deletions
12
.github/workflows/elixir.yml
vendored
12
.github/workflows/elixir.yml
vendored
|
@ -94,3 +94,15 @@ jobs:
|
|||
|
||||
- run: npm run build
|
||||
working-directory: ./assets
|
||||
|
||||
repo-init-script:
|
||||
name: 'Repo Init Script'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
- run: ./scripts/init.sh
|
||||
- run: typos --version
|
||||
- run: npx prettier --version
|
||||
|
|
Loading…
Add table
Reference in a new issue