Skip to content

Commit

Permalink
chore: build and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
choyiny committed Oct 19, 2022
1 parent 85c853e commit 71ec485
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bulid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build ngx-turnstile
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Angular
run: npm install -g @angular/cli
- name: Install Dependencies
run: yarn install
- name: Run eslint
run: ng lint
- name: Build ngx-turnstile
run: ng build ngx-turnstile
5 changes: 1 addition & 4 deletions projects/ngx-turnstile-demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ <h2 class="h3 mb-3 fw-normal">Turnstile &dash; Dummy Login Demo</h2>
Sign in
</button>
<p class="mt-5 mb-3 text-muted">
<a href="https://github.com/cloudflare/turnstile-demo-workers"
<a href="https://github.com/verto-health/ngx-turnstile"
><i class="bi bi-github"></i> See code</a
>
</p>
<p class="mt-5 mb-3 text-muted">
Go to the <a href="/explicit">explicit render demo</a>
</p>
</form>
</main>
</div>

0 comments on commit 71ec485

Please sign in to comment.