Skip to content

Commit

Permalink
✨ add agendas for upcoming meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Nov 1, 2023
1 parent 0c82d45 commit 66d0317
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
- run: npm run lint
- run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains documents, agendas, and notes for the ECMAScript - Secu

## Agenda

see [2023-09-13](meetings/notes/2023/2023-09-13.md) and [the backlog](meetings/notes/backlog.md) 👀
see [2023-11-01](meetings/notes/2023/2023-11-01.md) and [the backlog](meetings/notes/backlog.md) 👀

## Meetings

Expand Down
19 changes: 1 addition & 18 deletions meetings/notes/2023/2023-10-24.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# TG3 - 2023-10-24

## Folks

| Name | GH Username | TLA | Affiliation |
| --------- | --------------- | --- | ------------ |
| Full Name | @githubUsername | FNE | organization |
| | | | |

## Agenda

> [!NOTE]
> See [backlog.md](/meetings/notes/backlog.md) for outstanding action items and agenda topics.
| Topic | Presenter(s) |
| ---------------------------------------------------------------------------- | ---------------- |
| review of previous agenda and action items | |
| review of TG3 discussion from plenary (consensus items and pending actions) | Chris de Almeida |

### review of previous agenda and action items
lack of quorum -- adjourned without any business
20 changes: 20 additions & 0 deletions meetings/notes/2023/2023-11-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# TG3 - 2023-10-24

## Folks

| Name | GH Username | TLA | Affiliation |
| --------- | --------------- | --- | ------------ |
| Full Name | @githubUsername | FNE | organization |
| | | | |

## Agenda

> [!NOTE]
> See [backlog.md](backlog.md) for outstanding action items and agenda topics.
| Topic | Presenter(s) |
| --------------------------------------------------------------------------- | ---------------- |
| review of previous agenda and action items | |
| review of TG3 discussion from plenary (consensus items and pending actions) | Chris de Almeida |

### review of previous agenda and action items
20 changes: 20 additions & 0 deletions meetings/notes/2023/2023-11-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# TG3 - YYYY-MM-DD

## Folks

| Name | GH Username | TLA | Affiliation |
| --------- | --------------- | --- | ------------ |
| Full Name | @githubUsername | FNE | organization |
| | | | |

## Agenda

> [!NOTE]
> See [backlog.md](backlog.md) for outstanding action items and agenda topics.
| Topic | Presenter(s) |
| ------------------------------------------ | ------------ |
| review of previous agenda and action items | |
| | |

### review of previous agenda and action items
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"private": true,
"scripts": {
"lint": "markdownlint-cli2 '**/*.md' '!node_modules'",
"lint:fix": "markdownlint-cli2-fix '**/*.md' '!node_modules'"
"lint:fix": "markdownlint-cli2-fix '**/*.md' '!node_modules'",
"test": "npm run lint"
},
"devDependencies": {
"markdownlint-cli2": "^0.7.1"
Expand Down

0 comments on commit 66d0317

Please sign in to comment.