mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-01 11:36:07 +00:00
Merge pull request #1 from actions/licensed-workflow
Add a licensed workflow
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
name: Licensed
|
||||||
|
|
||||||
|
on:
|
||||||
|
push: {branches: master}
|
||||||
|
pull_request: {branches: master}
|
||||||
|
repository_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Check licenses
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1.0.0
|
||||||
|
- run: |-
|
||||||
|
cd /tmp
|
||||||
|
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.3.2/licensed-2.3.2-linux-x64.tar.gz
|
||||||
|
sudo tar -xzf licensed.tar.gz
|
||||||
|
sudo mv licensed /usr/local/bin/licensed
|
||||||
|
- run: licensed status
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
# setup-elixir
|
# setup-elixir
|
||||||
|
|
||||||
[](https://github.com/actions/setup-elixir/actions)
|
[](https://github.com/actions/setup-elixir/actions)
|
||||||
|
[](https://github.com/actions/setup-elixir/actions)
|
||||||
|
|
||||||
This actions sets up an Elixir environment for use in Actions by:
|
This actions sets up an Elixir environment for use in Actions by:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user