fix ci (#110)
This commit is contained in:
parent
d217da1ec1
commit
7373d7e57d
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint-and-format:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: cimg/rust:1.81-node
|
||||
|
||||
|
|
|
@ -5,8 +5,10 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue