Skip to content

Commit

Permalink
more event cleanup and ci troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
snohio committed Oct 21, 2024
1 parent 0e6524d commit 91f1b00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 57 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,57 +10,10 @@ jobs:
# https://github.com/chef/github-workflows/blob/main/.github/workflows/yaml-lint.yml
yaml-lint:
uses: ./.github/workflows/yaml-lint.yml
build:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v1
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
- uses: actions/setup-node@v1
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- name: Checkout repository
uses: actions/checkout@v3

- run: npm install --dev
- run: npm run test:coverage
- name: upload junit
uses: actions/upload-artifact@v1
with:
name: junit
path: junit.xml
- uses: ashley-taylor/[email protected]
if: always()
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
path: junit.xml
- name: upload code coverage
uses: actions/upload-artifact@v1
with:
name: Report-CodeCoverage
path: coverage

- run: npm install -g markdownlint-cli
- run: markdownlint src --disable MD001 MD013 MD033 MD045 MD026 MD041
- run: npm run build
- name: build _site
run: |
npm run build
# - name: upload _site
# uses: actions/upload-artifact@v1
# with:
# name: _site
# path: _site
pr-check:
if: always()
needs:
- yaml-lint
- build
runs-on: Ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down
16 changes: 6 additions & 10 deletions src/_data/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,20 @@ eventGroups:
locationAddress: 528 W Livingston St, Orlando FL 32801
locationUrl: https://www.google.com/maps/search/?api=1&query=28.547123%2C%20-81.38608
priceInDollars: 5
description: >
Come join us for the 2024 Hackathon!
This is our 3nd annual Hackathon and of course, there will be prizes!
All skill levels are welcome.
Breakfast, lunch, and snacks are included in the ticket price
- host: Orlando Innovation League
banner_img: /static/img/default_event_banner.png
events: []
description: Come join us for the 2024 Hackathon! This is our 3nd annual Hackathon and of course, there will be prizes! All skill levels are welcome. Breakfast, lunch, and snacks are included in the ticket price
- host: Orlando DevOps
banner_img: /static/img/default_event_banner.png
events:
- title: November Lean DevOps - Oviedo Brewing Company
imageUrl: /static/img/opentofu.webp
imageUrl: https://doorlandonorth.com/wp-content/uploads/2022/05/great-atmosphere-inside.jpg
datetime: 2024-11-13T1900
duration: "2"
locationName: Oviedo Brewing Company
priceInDollars: 0
Description: More to come
Description: We will follow the Lean Coffee / Kanban Coffee discussion method, so come prepared with some topics (or just listen in). We'll start discussing at voting on the topics by 7:15 and go until we run out of topics...or beer...
- host: Orlando Innovation League
banner_img: /static/img/default_event_banner.png
events: []
- host: Orlando JS
banner_img: /static/img/default_event_banner.png
events: []
Expand Down

0 comments on commit 91f1b00

Please sign in to comment.