Skip to content

Commit

Permalink
chore: updatin action to use script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed May 3, 2024
1 parent dc69366 commit 1bb04bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ jobs:
- uses: oleksiyrudenko/[email protected]
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- run: |
rm -r src/
svd2rust -i XMC4400.svd
mkdir src
form -i lib.rs -o src/
cargo fmt
rm lib.rs
- shell: bash
run: ./svd.sh
- uses: tibdex/github-app-token@v2
id: generate-token
with:
Expand Down
Empty file modified svd.sh
100644 → 100755
Empty file.

0 comments on commit 1bb04bc

Please sign in to comment.