Compare commits
1 commit
d370f01e9a
...
a2828c51ab
| Author | SHA1 | Date | |
|---|---|---|---|
| a2828c51ab |
1 changed files with 4 additions and 4 deletions
|
|
@ -2,13 +2,13 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, master ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, master ]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -34,4 +34,4 @@ jobs:
|
|||
npm ci
|
||||
|
||||
- name: Run just check
|
||||
run: just check
|
||||
run: just check
|
||||
Loading…
Add table
Add a link
Reference in a new issue