Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 3, 2024
1 parent 640fed9 commit 69df6b2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Check & Build

on:
push:
branches:
- ci/test
pull_request:
branches:
- ci/test

jobs:
install:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install Tools & Dependencies
uses: ./.github/actions/install

- name: Build web preview
run: pnpm build
working-directory: ./app

# - name: Install dependencies using Bun
# run: bun install
# working-directory: ./bot

# - name: Run
# run: bun run index.ts
# working-directory: ./bot
- name: Test Error
run: echo "::error file=README.md,line=1,col=2,endColumn=5::Missing semicolon"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ENSIPs

Check failure on line 1 in README.md

View workflow job for this annotation

GitHub Actions / install

Missing semicolon

test
This repository is a collection of ENSIPs (Ethereum Name Service Improvement Proposals) that have been submitted and are accepted as standard.

## Proposal List
Expand Down

0 comments on commit 69df6b2

Please sign in to comment.