Skip to content

Commit

Permalink
Highlighting piece of code covered by GitHub Actions workflow
Browse files Browse the repository at this point in the history
Added comment highlighting piece of CircleCI config code for which
a GitHub Actions workflow has been already created (as part of work on
RFC-18 that requires migration of build processes from CircleCI to
GitHub Actions).
  • Loading branch information
michalinacienciala committed Feb 10, 2021
1 parent 0504b8c commit 8b9bd59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
root: /tmp/docs
paths:
- solidity/*
# GitHub Actions equivalent of this job (.github/workflows/client.yml) has been created as part of work on RFC-18
build_client_and_test_go:
executor: docker-git
steps:
Expand Down

0 comments on commit 8b9bd59

Please sign in to comment.