Skip to content

Commit

Permalink
Merge pull request #8 from cardano-community/v2-dev
Browse files Browse the repository at this point in the history
next: v2 release tracker
  • Loading branch information
mkungla committed May 30, 2024
2 parents ec802fb + e422ade commit a5f9f07
Show file tree
Hide file tree
Showing 31 changed files with 3,362 additions and 1,819 deletions.
45 changes: 45 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: CI

concurrency:
group: main-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
###############################################################################
# PREREQUISITES
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: 'latest'
codeql:
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: go
- uses: github/codeql-action/analyze@v3

###############################################################################
# ... other jobs ...
70 changes: 0 additions & 70 deletions .github/workflows/codeql.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/misspell.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/semantic-pull-request.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ tasks:
# https://github.com/caarlos0/svu
release:tag:
vars:
NEXT:
sh: svu n
NEXT: v2.0.0-alpha.4
# sh: svu n
desc: create new tag
preconditions:
- sh: git diff-index --quiet HEAD
Expand Down
177 changes: 0 additions & 177 deletions api-account.go

This file was deleted.

Loading

0 comments on commit a5f9f07

Please sign in to comment.