mirror of
https://github.com/nostr-connect/connect.git
synced 2026-01-18 11:54:27 +01:00
fix ConnectURI.from() (#1)
* v0.1.1 * fix connect uri * lint * remove size gh action * gh action: only ubuntu
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['14.x', '16.x', '18.x']
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
12
.github/workflows/size.yml
vendored
12
.github/workflows/size.yml
vendored
@@ -1,12 +0,0 @@
|
||||
name: size
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
size:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI_JOB_NUMBER: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: andresz1/size-limit-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user